6 references to NU1012
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
862
NuGetLogCode.
NU1012
,
NuGet.Packaging (5)
PackageCreation\Authoring\PackageBuilder.cs (5)
507
throw new PackagingException(NuGetLogCode.
NU1012
, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromDependencyGroups, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
530
throw new PackagingException(NuGetLogCode.
NU1012
, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromReferenceGroups, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
559
throw new PackagingException(NuGetLogCode.
NU1012
, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromFrameworkAssemblyReferences, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
569
throw new PackagingException(NuGetLogCode.
NU1012
, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromFrameworkAssemblyGroups, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
775
throw new PackagingException(NuGetLogCode.
NU1012
, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromIncludedFiles, string.Join(", ", itemsWithFrameworkMissingPlatformVersion.OrderBy(str => str))));