-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
37 changed files
with
243 additions
and
181 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 |
---|---|---|
@@ -1,21 +1,22 @@ | ||
using System.Diagnostics.CodeAnalysis; | ||
|
||
[assembly: SuppressMessage("Design", "CA1034:Nested types should not be visible")] | ||
[assembly: SuppressMessage("Design", "CA1052:Static holder types should be Static or NotInheritable")] | ||
[assembly: SuppressMessage("Design", "CA1031:Do not catch general exception types")] | ||
[assembly: SuppressMessage("Design", "CA1034")] | ||
[assembly: SuppressMessage("Design", "CA1052")] | ||
[assembly: SuppressMessage("Design", "CA1031")] | ||
|
||
[assembly: SuppressMessage("Style", "IDE0058:Expression value is never used")] | ||
[assembly: SuppressMessage("Style", "IDE0025:Use expression body for properties")] | ||
[assembly: SuppressMessage("Style", "IDE0060:Remove unused parameter")] | ||
[assembly: SuppressMessage("Style", "IDE0044:Add readonly modifier")] | ||
[assembly: SuppressMessage("Style", "IDE0062:")] | ||
[assembly: SuppressMessage("Style", "IDE0059:Unnecessary assignment of a value")] | ||
[assembly: SuppressMessage("Style", "IDE0058")] | ||
[assembly: SuppressMessage("Style", "IDE0025")] | ||
[assembly: SuppressMessage("Style", "IDE0060")] | ||
[assembly: SuppressMessage("Style", "IDE0044")] | ||
[assembly: SuppressMessage("Style", "IDE0062")] | ||
[assembly: SuppressMessage("Style", "IDE0059")] | ||
|
||
[assembly: SuppressMessage("Usage", "CA2211:Non-constant fields should not be visible")] | ||
[assembly: SuppressMessage("Usage", "CA2211")] | ||
|
||
[assembly: SuppressMessage("CodeQuality", "IDE0051:Remove unused private members")] | ||
[assembly: SuppressMessage("CodeQuality", "IDE0051")] | ||
|
||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static")] | ||
[assembly: SuppressMessage("Performance", "CA1806:Do not ignore method results")] | ||
[assembly: SuppressMessage("Performance", "CA1822")] | ||
[assembly: SuppressMessage("Performance", "CA1806")] | ||
|
||
[assembly: SuppressMessage("", "CS0649:")] | ||
[assembly: SuppressMessage("", "CS0649")] | ||
[assembly: SuppressMessage("", "IDE0251")] |
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 |
---|---|---|
@@ -1,11 +1,21 @@ | ||
using System.Diagnostics.CodeAnalysis; | ||
|
||
[assembly: SuppressMessage("Performance", "CA1813:Avoid unsealed attributes")] | ||
[assembly: SuppressMessage("Performance", "CA1810:Initialize reference type static fields inline")] | ||
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static")] | ||
[assembly: SuppressMessage("Design", "CA1031:Do not catch general exception types")] | ||
[assembly: SuppressMessage("Design", "CA1018:Mark attributes with AttributeUsageAttribute")] | ||
[assembly: SuppressMessage("", "CA1825")] | ||
|
||
[assembly: SuppressMessage("Code Quality", "IDE0051")] | ||
[assembly: SuppressMessage("Code Quality", "IDE0057")] | ||
[assembly: SuppressMessage("Performance", "CA1813")] | ||
[assembly: SuppressMessage("Performance", "CA1810")] | ||
[assembly: SuppressMessage("Performance", "CA1822")] | ||
[assembly: SuppressMessage("Performance", "CA1825")] | ||
|
||
[assembly: SuppressMessage("Design", "CA1031")] | ||
[assembly: SuppressMessage("Design", "CA1018")] | ||
|
||
[assembly: SuppressMessage("CodeQuality", "IDE0051")] | ||
[assembly: SuppressMessage("CodeQuality", "IDE0057")] | ||
[assembly: SuppressMessage("CodeQuality", "IDE0079")] | ||
|
||
[assembly: SuppressMessage("", "IDE0251")] | ||
[assembly: SuppressMessage("Style", "IDE0270")] | ||
[assembly: SuppressMessage("Usage", "CA2211")] | ||
[assembly: SuppressMessage("GeneratedRegex", "SYSLIB1045")] | ||
|
||
[assembly: SuppressMessage("Reliability", "CA2020:Prevent from behavioral change", Justification = "<Pending>", Scope = "member", Target = "~M:HarmonyLib.FileLog.LogBytes(System.Int64,System.Int32)")] | ||
[assembly: SuppressMessage("Performance", "CA1850:Prefer static 'HashData' method over 'ComputeHash'", Justification = "<Pending>", Scope = "member", Target = "~M:HarmonyLib.FileLog.LogBytes(System.Int64,System.Int32)")] |
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.