-
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.
Merge branch 'master' into new-chat-drawable-channel
- Loading branch information
Showing
104 changed files
with
1,469 additions
and
416 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
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
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
is_global = true | ||
|
||
# .NET Code Style | ||
# IDE styles reference: https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ | ||
|
||
# IDE0001: Simplify names | ||
dotnet_diagnostic.IDE0001.severity = warning | ||
|
||
# IDE0002: Simplify member access | ||
dotnet_diagnostic.IDE0002.severity = warning | ||
|
||
# IDE0003: Remove qualification | ||
dotnet_diagnostic.IDE0003.severity = warning | ||
|
||
# IDE0004: Remove unnecessary cast | ||
dotnet_diagnostic.IDE0004.severity = warning | ||
|
||
# IDE0005: Remove unnecessary imports | ||
dotnet_diagnostic.IDE0005.severity = warning | ||
|
||
# IDE0034: Simplify default literal | ||
dotnet_diagnostic.IDE0034.severity = warning | ||
|
||
# IDE0036: Sort modifiers | ||
dotnet_diagnostic.IDE0036.severity = warning | ||
|
||
# IDE0040: Add accessibility modifier | ||
dotnet_diagnostic.IDE0040.severity = warning | ||
|
||
# IDE0049: Use keyword for type name | ||
dotnet_diagnostic.IDE0040.severity = warning | ||
|
||
# IDE0055: Fix formatting | ||
dotnet_diagnostic.IDE0055.severity = warning | ||
|
||
# IDE0051: Private method is unused | ||
dotnet_diagnostic.IDE0051.severity = silent | ||
|
||
# IDE0052: Private member is unused | ||
dotnet_diagnostic.IDE0052.severity = silent | ||
|
||
# IDE0073: File header | ||
dotnet_diagnostic.IDE0073.severity = warning | ||
|
||
# IDE0130: Namespace mismatch with folder | ||
dotnet_diagnostic.IDE0130.severity = warning | ||
|
||
# IDE1006: Naming style | ||
dotnet_diagnostic.IDE1006.severity = warning | ||
|
||
#Disable operator overloads requiring alternate named methods | ||
dotnet_diagnostic.CA2225.severity = none | ||
|
||
# Banned APIs | ||
dotnet_diagnostic.RS0030.severity = error |
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
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
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
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.