You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This file is used by Code Analysis to maintain SuppressMessage
2
+
// attributes that are applied to this project.
3
+
// Project-level suppressions either have no target or are given
4
+
// a specific target and scoped to a namespace, type, member, etc.
5
+
6
+
usingSystem.Diagnostics.CodeAnalysis;
7
+
8
+
[assembly:SuppressMessage("CodeDocumentor","CD1605:The method must have a documentation header.",Justification="<Pending>",Scope="member",Target="~M:CodeDocumentor.Test.CodeFixVerifier.Init")]
9
+
[assembly:SuppressMessage("CodeDocumentor","CD1603:The field must have a documentation header.",Justification="<Pending>",Scope="member",Target="~F:CodeDocumentor.Test.MethodUnitTest.MethodWithNoException")]
10
+
[assembly:SuppressMessage("CodeDocumentor","CD1603:The field must have a documentation header.",Justification="<Pending>",Scope="member",Target="~F:CodeDocumentor.Test.MethodUnitTest.MethodWithException")]
11
+
[assembly:SuppressMessage("CodeDocumentor","CD1605:The method must have a documentation header.",Justification="<Pending>",Scope="member",Target="~M:CodeDocumentor.Test.MethodUnitTest.GetExceptions_ReturnsMatches~System.Threading.Tasks.Task")]
12
+
[assembly:SuppressMessage("CodeDocumentor","CD1600:The class must have a documentation header.",Justification="<Pending>",Scope="type",Target="~T:CodeDocumentor.Test.Helper.TranslatorTests")]
0 commit comments