aboutsummaryrefslogtreecommitdiff
path: root/Timeline/GlobalSuppressions.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-25 18:36:02 +0800
committer杨宇千 <crupest@outlook.com>2019-10-25 18:36:02 +0800
commit5790142f81f2a94ad073834b1534acbf9b02ea3c (patch)
treec6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/GlobalSuppressions.cs
parent681e2cc9ecaeefd883a7c6645374926c184fba5d (diff)
downloadtimeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.gz
timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.bz2
timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.zip
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/GlobalSuppressions.cs')
-rw-r--r--Timeline/GlobalSuppressions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/GlobalSuppressions.cs b/Timeline/GlobalSuppressions.cs
index e720e5b7..076c2005 100644
--- a/Timeline/GlobalSuppressions.cs
+++ b/Timeline/GlobalSuppressions.cs
@@ -10,4 +10,3 @@
[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.")]