Created
May 21, 2025 00:48
-
-
Save timheuer/5e041ba23fa25288c1db3d1c970d8568 to your computer and use it in GitHub Desktop.
Unused variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Unused local variable settings | |
dotnet_diagnostic.IDE0059.severity = error | |
dotnet_diagnostic.CS0168.severity = error | |
dotnet_diagnostic.CS0219.severity = error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment