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