Skip to content

Enable nullable reference types for full facades - #37589

Merged
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:nullablefullfacades
Jun 9, 2020
Merged

Enable nullable reference types for full facades#37589
stephentoub merged 1 commit into
dotnet:masterfrom
stephentoub:nullablefullfacades

Conversation

@stephentoub

Copy link
Copy Markdown
Member

Some of our full facades are missing <Nullable>enable</Nullable>. I don't think the lack of these causes any issues, but having them makes it easy to confirm what ref assemblies remain to be annotated.

Contributes to #2339
cc: @buyaa-n

@ghost

ghost commented Jun 8, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @ViktorHofer
Notify danmosemsft if you want to be subscribed.

@stephentoub
stephentoubforce-pushed the nullablefullfacades branch 2 times, most recently from e871d63 to bdbb489CompareJune 8, 2020 14:49

@buyaa-nbuyaa-n left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Some of our full facades are missing `<Nullable>enable</Nullable>`. I don't think the lack of these causes any issues, but having them makes it easy to confirm what ref assemblies remain to be annotated.
@stephentoubstephentoub reopened this Jun 9, 2020
@stephentoub
stephentoub merged commit 8d9c940 into dotnet:masterJun 9, 2020
@stephentoub
stephentoub deleted the nullablefullfacades branch June 9, 2020 10:00
@ghostghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@stephentoub@buyaa-n@Dotnet-GitSync-Bot