8 references to Resources
NuGet.Versioning (8)
FloatRange.cs (1)
205
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
Resources
.InvalidFloatRangeValue, versionString));
NuGetVersionFactory.cs (2)
27
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture,
Resources
.Argument_Cannot_Be_Null_Or_Empty, value), nameof(value));
32
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture,
Resources
.Invalidvalue, value), nameof(value));
Resources.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Versioning.Resources", typeof(
Resources
).Assembly);
ResourcesFormatter.cs (2)
18
message: string.Format(CultureInfo.CurrentCulture,
Resources
.TypeNotSupported, type.FullName),
25
message: string.Format(CultureInfo.CurrentCulture,
Resources
.CannotBeNullWhenParameterIsNotNull, parameterThatIsNull, parameterThisIsNotNull),
SemanticVersionFactory.cs (1)
22
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture,
Resources
.Invalidvalue, value), nameof(value));
VersionRangeFactory.cs (1)
82
Resources
.Invalidvalue, value));