mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Error on unused private properties (#2008)
* Error on unused private properties * Remove nullable * Delete some commented out code * Fix compile
This commit is contained in:
@@ -14,6 +14,11 @@ dotnet_diagnostic.IDE0073.severity = none
|
||||
|
||||
dotnet_analyzer_diagnostic.severity = error
|
||||
|
||||
# The private field 'field' is assigned but its value is never used
|
||||
dotnet_diagnostic.CS0414.severity = error
|
||||
# The private field 'class member' is never used
|
||||
dotnet_diagnostic.CS0169.severity = error
|
||||
|
||||
# Errors flagged when this file was added. These should be
|
||||
# investigated and either fixed or marked as acceptable with
|
||||
# a reason why
|
||||
|
||||
Reference in New Issue
Block a user