-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
216 changed files
with
44,345 additions
and
1,986 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,18 @@ | ||
# Remove the line below if you want to inherit .editorconfig settings from higher directories | ||
root = true | ||
|
||
# C# files | ||
[*.cs] | ||
|
||
#### Suppress warnings #### | ||
|
||
# CA1034: Nested types should not be visible | ||
dotnet_diagnostic.CA1034.severity = none | ||
#### Define style #### | ||
|
||
# CA1063: Implement IDisposable Correctly | ||
dotnet_diagnostic.CA1063.severity = none | ||
# All files | ||
[*] | ||
indent_style = space | ||
|
||
# CA1303: Do not pass literals as localized parameters | ||
dotnet_diagnostic.CA1303.severity = none # Don't need translated exceptions | ||
# C# Project files | ||
[*.csproj] | ||
indent_size = 2 | ||
|
||
# CA1707: Identifiers should not contain underscores | ||
dotnet_diagnostic.CA1707.severity = none # I want to use underscore in constants | ||
|
||
# CA1812: Avoid uninstantiated internal classes | ||
dotnet_diagnostic.CA1812.severity = none # Doing extensive use of dependency injection | ||
#### Suppress warnings #### | ||
|
||
# CA1816: Dispose methods should call SuppressFinalize | ||
dotnet_diagnostic.CA1816.severity = none | ||
# C# files | ||
[*.cs] | ||
|
||
# CA2225: Operator overloads have named alternates | ||
dotnet_diagnostic.CA2225.severity = none |
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
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
File renamed without changes.
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
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
Oops, something went wrong.