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
/// The partial element does not have an access modifier defined. StyleCop may not be able to determine the correct
16
-
/// placement of the elements in the file. Please declare an access modifier for all partial elements.
15
+
/// The partial element does not have an access modifier defined.
17
16
/// </summary>
18
17
/// <remarks>
19
18
/// <para>A violation of this rule occurs when the partial elements does not have an access modifier defined.</para>
@@ -27,7 +26,7 @@ internal class SA1205PartialElementsMustDeclareAccess : DiagnosticAnalyzer
27
26
publicconststringDiagnosticId="SA1205";
28
27
privateconststringTitle="Partial elements must declare access";
29
28
privateconststringMessageFormat="Partial elements must declare an access modifier";
30
-
privateconststringDescription="The partial element does not have an access modifier defined. StyleCop may not be able to determine the correct placement of the elements in the file. Please declare an access modifier for all partial elements.";
29
+
privateconststringDescription="The partial element does not have an access modifier defined.";
0 commit comments