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
Merge pull request #2051 from mgnslndh/feature/informationalversion
Change the name of the property DefaultInformationalVersion of SemanticVersionFormatValues to InformationalVersion to keep it in sync with VersionVariables and the documentation.
logMessages.ShouldContain(message =>message.Trim().StartsWith("WARN")&&message.Contains(propertyName),1,$"Expected a warning to be logged when using the variable {propertyName} in a configuration format template");
51
+
}
52
+
28
53
[Test]
29
54
[Category("NoMono")]
30
55
[Description("Won't run on Mono due to source information not being available for ShouldMatchApproved.")]
log.Write(LogLevel.Warn,$"Use format variable '{nameof(SemanticVersionFormatValues.InformationalVersion)}' instead of '{obsoletePropertyName}' which is obsolete and will be removed in a future release.");
0 commit comments