Error on CS8600 (#2112)

* Error on CS8600

* couple more
This commit is contained in:
Charles Gagnon
2023-06-26 08:52:51 -07:00
committed by GitHub
parent c68521f5ed
commit 9034b397ac
41 changed files with 84 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ dotnet_analyzer_diagnostic.severity = error
dotnet_diagnostic.CS0414.severity = error
# The private field 'class member' is never used
dotnet_diagnostic.CS0169.severity = error
# Converting null literal or possible null value to non-nullable type
# Enabled for "strict null" checking in .NET code
dotnet_diagnostic.CS8600.severity = error
# Errors flagged when this file was added. These should be
# investigated and either fixed or marked as acceptable with