Skip to content

Commit

Permalink
Removing "nuget_old.config" and disabling error for unused variables;
Browse files Browse the repository at this point in the history
  • Loading branch information
MoaidHathot committed Apr 3, 2023
1 parent e71d5a6 commit ac73d4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
13 changes: 0 additions & 13 deletions nuget_old.config

This file was deleted.

6 changes: 5 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,8 @@ dotnet_naming_style.require_underscore_prefix_and_camel_case.capitalization = ca
# Appy our rule to private fields.
dotnet_naming_rule.private_fields_must_begin_with_underscore_and_be_in_camel_case.symbols = private_fields
dotnet_naming_rule.private_fields_must_begin_with_underscore_and_be_in_camel_case.style = require_underscore_prefix_and_camel_case
dotnet_naming_rule.private_fields_must_begin_with_underscore_and_be_in_camel_case.severity = warning
dotnet_naming_rule.private_fields_must_begin_with_underscore_and_be_in_camel_case.severity = warning


# CS0219: Variable is assigned but its value is never used
dotnet_diagnostic.CS0219.severity = none

0 comments on commit ac73d4c

Please sign in to comment.