File tree Expand file tree Collapse file tree
BusinessCentral.LinterCop Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -968,7 +968,7 @@ public static class DiagnosticDescriptors
968968 title : LinterCopAnalyzers . GetLocalizableString ( "Rule9999AssemblyVersionCompatibilityAnalyzerTitle" ) ,
969969 messageFormat : LinterCopAnalyzers . GetLocalizableString ( "Rule9999AssemblyVersionCompatibilityAnalyzerFormat" ) ,
970970 category : "Design" ,
971- defaultSeverity : DiagnosticSeverity . Error ,
971+ defaultSeverity : DiagnosticSeverity . Info ,
972972#if DEBUG // The AssemblyFileVersion property is only set in Release builds through the pipeline, so we disable this check by default in Debug builds
973973 isEnabledByDefault : false,
974974#else
@@ -977,4 +977,4 @@ public static class DiagnosticDescriptors
977977 description: LinterCopAnalyzers. GetLocalizableString ( "Rule9999AssemblyVersionCompatibilityAnalyzerDescription" ) ,
978978 helpLinkUri : "https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC9999" ) ;
979979
980- }
980+ }
You can’t perform that action at this time.
0 commit comments