-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable nullability for public api #856
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy for you to merge this as-is. 👍 Thanks!
@@ -4,6 +4,7 @@ | |||
* Update target frameworks: .NET 8, .NET Standard 2.0. | |||
* Obsolete api is removed | |||
* CompatArg is marked as obsolete | |||
* Nullability is enabled for public api for .NET Core TFMs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: would be good to add explanations for how to work around this for people that update to 6.x and find themselves getting nullability errors.
@@ -7,6 +7,7 @@ | |||
* [UPDATE] Mark as obsolete api CompatArg with pre c# 7.0 support | |||
* [NEW] Added .NET 9 to test matrix | |||
* [UPDATE] Migrate documentation to docfx platform. https://github.com/dotnet/docfx | |||
* [UPDATE] Nullability is enabled for public api for .NET Core TFMs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: this should be [UPDATE][BREAKING]
as per line 50. Also should do this for line 7.
Changes:
related ##830, #551
note: Nullability is still disabled for compatibility for types from "Compatibility" folder