We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ac0b6 commit 3ffbf8eCopy full SHA for 3ffbf8e
src/GitVersion.Core/VersionCalculation/SemanticVersioning/SemanticVersionPreReleaseTag.cs
@@ -111,7 +111,7 @@ public int CompareTo(SemanticVersionPreReleaseTag? other)
111
/// <para>l - Legacy SemVer tag with the tag number padded. [beta1]</para>
112
/// <para>lp - Legacy SemVer tag with the tag number padded. [beta0001]. Can specify an integer to control padding (i.e., lp5)</para>
113
/// </summary>
114
- public string ToString(string format, IFormatProvider formatProvider = null)
+ public string ToString(string format, IFormatProvider formatProvider)
115
{
116
if (formatProvider != null)
117
0 commit comments