-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into ordinal
- Loading branch information
Showing
1,164 changed files
with
1,261,145 additions
and
1,179,881 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,9 +1,21 @@ | ||
# Make all the C# source be crlf | ||
generator/*rb text eol=crlf | ||
*.cs text eol=crlf | ||
*.bat text eol=crlf | ||
*.csproj text eol=crlf | ||
*.sln text eol=crlf | ||
*.cfg text | ||
*.pfx binary | ||
*.cer binary | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
*.bat text | ||
*.cer binary | ||
*.cfg text | ||
*.cs text | ||
*.csproj text | ||
*.def text | ||
*.erb text | ||
*.fmt text | ||
*.md text | ||
*.pfx binary | ||
*.ps1 text | ||
*.rb text | ||
*.sln text | ||
*.txt text | ||
*.xml text | ||
*.xsl text | ||
*.yml text | ||
|
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 was deleted.
Oops, something went wrong.
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,13 @@ | ||
[*.cs] | ||
|
||
# NUnit2003: Consider using Assert.That(expr, Is.True) instead of Assert.IsTrue(expr) | ||
dotnet_diagnostic.NUnit2003.severity = silent | ||
|
||
# NUnit2005: Consider using Assert.That(actual, Is.EqualTo(expected)) instead of Assert.AreEqual(expected, actual) | ||
dotnet_diagnostic.NUnit2005.severity = silent | ||
|
||
# NUnit2017: Consider using Assert.That(expr, Is.Null) instead of Assert.IsNull(expr) | ||
dotnet_diagnostic.NUnit2017.severity = silent | ||
|
||
# NUnit2019: Consider using Assert.That(expr, Is.Not.Null) instead of Assert.IsNotNull(expr) | ||
dotnet_diagnostic.NUnit2019.severity = silent |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.