Created
July 6, 2023 14:10
-
-
Save BenMakesGames/0123b052b5e64ca66c7a752e61a587bf to your computer and use it in GitHub Desktop.
I like turning these .NET suggestions into ERRORS
This file contains 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
[*.cs] | |
dotnet_diagnostic.IDE0005.severity = error # unnecessary using directives | |
dotnet_diagnostic.IDE0035.severity = error # unreachable code | |
dotnet_diagnostic.IDE0059.severity = error # unnecessary value assignment | |
dotnet_diagnostic.IDE0060.severity = error # unused parameter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you don't like cleaning up EF migrations with unnecessary
using System;
directives: