SonarSource/sonar-dotnet

New Rule T0036: Do not activate a nullable context

Closed this issue · 0 comments

Coding style:

Do not use nullable.

#nullable enable // Noncompliant