File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Components/Analyzers/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ internal static class DiagnosticDescriptors
4242
4343 public static readonly DiagnosticDescriptor ComponentParametersShouldBePublic = new (
4444 "BL0004" ,
45- CreateLocalizableResourceString ( nameof ( Resources . ComponentParameterShouldBePublic_Title ) ) ,
45+ CreateLocalizableResourceString ( nameof ( Resources . ComponentParameterShouldBePublic_Title ) ) ,
4646 CreateLocalizableResourceString ( nameof ( Resources . ComponentParameterShouldBePublic_Format ) ) ,
4747 Encapsulation ,
4848 DiagnosticSeverity . Error ,
@@ -51,7 +51,7 @@ internal static class DiagnosticDescriptors
5151
5252 public static readonly DiagnosticDescriptor ComponentParametersShouldNotBeSetOutsideOfTheirDeclaredComponent = new (
5353 "BL0005" ,
54- CreateLocalizableResourceString ( nameof ( Resources . ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title ) ) ,
54+ CreateLocalizableResourceString ( nameof ( Resources . ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title ) ) ,
5555 CreateLocalizableResourceString ( nameof ( Resources . ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format ) ) ,
5656 Usage ,
5757 DiagnosticSeverity . Warning ,
You can’t perform that action at this time.
0 commit comments