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
commit2528710897c6995eaa6b04a63c1daa8cdffbf29d (patch)
treec6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/GlobalSuppressions.cs
parent20089ee8a29f9c59a28779baadf5560bca9f7be1 (diff)
downloadtimeline-2528710897c6995eaa6b04a63c1daa8cdffbf29d.tar.gz
timeline-2528710897c6995eaa6b04a63c1daa8cdffbf29d.tar.bz2
timeline-2528710897c6995eaa6b04a63c1daa8cdffbf29d.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.")]