10 references to Strings
NuGet.Frameworks (10)
FrameworkNameProvider.cs (1)
513
Strings
.InvalidPortableFrameworksDueToHyphen,
FrameworkRange.cs (1)
30
throw new FrameworkException(
Strings
.FrameworkMismatch);
NuGetFramework.cs (2)
219
Strings
.InvalidFrameworkIdentifier,
254
Strings
.MissingPortableFrameworks,
NuGetFrameworkFactory.cs (5)
75
if (string.IsNullOrEmpty(targetFrameworkMoniker)) throw new ArgumentException(
Strings
.ArgumentCannotBeNullOrEmpty, nameof(targetFrameworkMoniker));
119
Strings
.FrameworkDoesNotSupportProfiles,
198
Strings
.InvalidFrameworkVersion,
215
Strings
.InvalidPortableFrameworksDueToHyphen,
238
Strings
.InvalidPlatformVersion,
Strings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NuGet.Frameworks.Strings", typeof(
Strings
).Assembly);