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
* Warnings are treated as errors (`<WarningsAsErrors>true</WarningsAsErrors>`).
63
+
*Nullable reference types are enabled at the project level (`<Nullable>enable</Nullable>` in .csproj files). Do not use file-level `#nullable enable` directives.
64
+
* Warnings are treated as errors (`<TreatWarningsAsErrors>true</TreatWarningsAsErrors>`).
0 commit comments