We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd771a commit af42913Copy full SHA for af42913
.editorconfig
@@ -235,6 +235,9 @@ csharp_preserve_single_line_statements = true
235
# IDE0060: Remove unused parameter
236
dotnet_diagnostic.IDE0060.severity = warning
237
238
+# BannedApiAnalyzers
239
+dotnet_diagnostic.RS0030.severity = error
240
+
241
# Suppress C#8.0+ syntax sugar (for under Unity 2020.2 compatibility)
242
# See: https://www.jetbrains.com/help/resharper/Reference__Code_Inspections_CSHARP.html
243
resharper_convert_to_using_declaration_highlighting = none
0 commit comments