aboutsummaryrefslogtreecommitdiff
path: root/Timeline/GlobalSuppressions.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-24 20:12:42 +0800
committer杨宇千 <crupest@outlook.com>2019-10-24 20:12:42 +0800
commita0f3cd7599a48c14fb5492fb1c6e2dbd0a82fb45 (patch)
tree7ca5010a06829cc5fadea1ea17ae72d082fc344c /Timeline/GlobalSuppressions.cs
parent280faac75b113d9a4bbecd7e4ea3499f1691ce61 (diff)
downloadtimeline-a0f3cd7599a48c14fb5492fb1c6e2dbd0a82fb45.tar.gz
timeline-a0f3cd7599a48c14fb5492fb1c6e2dbd0a82fb45.tar.bz2
timeline-a0f3cd7599a48c14fb5492fb1c6e2dbd0a82fb45.zip
...
Diffstat (limited to 'Timeline/GlobalSuppressions.cs')
-rw-r--r--Timeline/GlobalSuppressions.cs2
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.")]