Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created May 21, 2025 00:48
Show Gist options
  • Save timheuer/5e041ba23fa25288c1db3d1c970d8568 to your computer and use it in GitHub Desktop.
Save timheuer/5e041ba23fa25288c1db3d1c970d8568 to your computer and use it in GitHub Desktop.
Unused variables
# 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