You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During our work on nullability in C# 8, we added support for #pragma warning enable ... as the mechanism to enable nullable warnings. Since we shipped with #nullable enable ... instead, we disabled that code with the intention to revisit later.
#pragma warning enable
Summary
During our work on nullability in C# 8, we added support for
#pragma warning enable ...
as the mechanism to enable nullable warnings. Since we shipped with#nullable enable ...
instead, we disabled that code with the intention to revisit later.Motivation
Detailed design
Drawbacks
Alternatives
Unresolved questions
Design meetings
#pragma warning enable ...
in C# 8 timeframe: https://github.com/dotnet/csharplang/blob/7a42cf7d947082d73b4b5d92badbc21a860b652f/meetings/2019/LDM-2019-05-13.md#removing-support-for-pragma-warning-enable-#pragma warning *enable*
roslyn#36550 (roslyn issue to remove disabled code)The text was updated successfully, but these errors were encountered: