Enable nullable reference types by default #9964
Labels
area/contributor-experience
Categorizes an issue or PR as relevant to contributor experience.
difficulty/starter 🚀
Categorizes an issue for which the difficulty level is reachable by newcomers
kind/enhancement
New feature or request
Currently, the default is that NRT is disabled, and we opt-in the analysis with
#nullable enable
.The ask here is to move to NRT enabled by default and opt-out with
#nullable disable
.@jeromelaban What do you think?
The text was updated successfully, but these errors were encountered: