Skip to content

Commit f7358b6

Browse files
authored
Merge pull request #1179 from StefanMaron/master
Merge master into prerelease
2 parents d4eeaac + 11b454a commit f7358b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BusinessCentral.LinterCop/DiagnosticDescriptors.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)