Uh oh!
There was an error while loading. Please reload this page.
Nullness - SDK prop alignment with C# - <Nullable> - #17486
Conversation
✅ No release notes required |
baronfel
left a comment
There was a problem hiding this comment.
Lovely! Thank you for aligning this to the existing values.
baronfel
commented
Aug 2, 2024
Related question - for the F# new project templates in the SDK, do you want to default |
T-Gro
commented
Aug 2, 2024
Thanks for reminding, but I think we should wait for more stabilization + bug fixing first. @vzarytovskii : Agree? |
baronfel
commented
Aug 2, 2024
It's late enough in the cycle that you could definitely wait and make the change for the .NET 10 release, no worries :) |
vzarytovskii
commented
Aug 2, 2024
Yep, let's not default it just yet |
This aligns the project setting needed to turn on nullability analysis and warnings.
Possible values are
<Nullable>enable,/>and<Nullable>disable</>.This first needs #15310 (review) to be merged in order to suceed, since that PR adds "bootstrapped Fsharp.Build" to the proto mechanism.