Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Consider adding Nullable annotations to .Net Standard #1118

Closed
wtgodbe opened this issue Apr 2, 2019 · 2 comments
Closed

Consider adding Nullable annotations to .Net Standard #1118

wtgodbe opened this issue Apr 2, 2019 · 2 comments
Labels
netstandard-api This tracks requests for standardizing APIs.

Comments

@wtgodbe
Copy link
Member

wtgodbe commented Apr 2, 2019

https://github.com/dotnet/coreclr/tree/NullableFeature

We should consider adding the annotations from the above Feature branch to the .Net Standard for 2.1.

CC @wtgodbe @terrajobst @dotnet/nullablefc

@wtgodbe wtgodbe added the netstandard-api This tracks requests for standardizing APIs. label Apr 2, 2019
@wtgodbe wtgodbe added this to the .NET Standard 2.1 milestone Apr 2, 2019
@terrajobst
Copy link

.NET Core 3.0 won't have fully annotations for nullable reference types. Instead, we're going to have System.Private.CorLib fully annotated, but right now this a work in progress. Our goal is that we complete the BCL annotations (System.*, probably excluding WinForms/WPF) by .NET 5. As such it's too early to incorporate them into .NET Standard. I'll move this issue to future.

@terrajobst
Copy link

Closing as not planned, as .NET Standard is considered complete.

@terrajobst terrajobst closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
netstandard-api This tracks requests for standardizing APIs.
Projects
None yet
Development

No branches or pull requests

2 participants