diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-24 20:12:42 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-24 20:12:42 +0800 |
commit | 2bc4c701f9cdff1fdd11a5736c33a5818fbae3e9 (patch) | |
tree | 7ca5010a06829cc5fadea1ea17ae72d082fc344c /Timeline/GlobalSuppressions.cs | |
parent | 912455ac19161533205c2fe56b91ff4595ea4fdb (diff) | |
download | timeline-2bc4c701f9cdff1fdd11a5736c33a5818fbae3e9.tar.gz timeline-2bc4c701f9cdff1fdd11a5736c33a5818fbae3e9.tar.bz2 timeline-2bc4c701f9cdff1fdd11a5736c33a5818fbae3e9.zip |
...
Diffstat (limited to 'Timeline/GlobalSuppressions.cs')
-rw-r--r-- | Timeline/GlobalSuppressions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/GlobalSuppressions.cs b/Timeline/GlobalSuppressions.cs index 44ad3af5..e720e5b7 100644 --- a/Timeline/GlobalSuppressions.cs +++ b/Timeline/GlobalSuppressions.cs @@ -9,3 +9,5 @@ [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1062:Validate arguments of public methods", Justification = "Migrations code are auto generated.", Scope = "namespaceanddescendants", Target = "Timeline.Migrations")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "Error code constant identifiers.", Scope = "type", Target = "Timeline.ErrorCodes")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1716:Identifiers should not match keywords", Justification = "Error code constant identifiers.", Scope = "type", Target = "Timeline.ErrorCodes")]
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1724:Type names should not match namespaces", Justification = "Error code constant identifiers.", Scope = "type", Target = "Timeline.ErrorCodes")]
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1824:Mark assemblies with NeutralResourcesLanguageAttribute", Justification = "Applying this breaks the function of resources in my app.")]
|