theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
160 stars 30 forks source link

Backport Nullable attributes #123

Closed NN--- closed 4 years ago

NN--- commented 4 years ago

https://github.com/dotnet/runtime/blob/master/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/NullableAttributes.cs

theraot commented 4 years ago

Are they missing on some build? Perhaps I got the conditional compilation wrong.

https://github.com/theraot/Theraot/tree/master/Framework.Core/System/Diagnostics/CodeAnalysis

NN--- commented 4 years ago

Sorry, I looked for one single file and didn't see it. Anyway I made PR with new attributes introduced in .NET 5.0

theraot commented 4 years ago

Ok, let us bite some .NET 5.0

NN--- commented 4 years ago

124