56 references to PackagingException
NuGet.Build.Tasks.Pack (17)
PackTaskLogic.cs (17)
60
throw new
PackagingException
(NuGetLogCode.NU5022, string.Format(
111
throw new
PackagingException
(NuGetLogCode.NU5023, string.Format(
140
throw new
PackagingException
(NuGetLogCode.NU5024, string.Format(
195
throw new
PackagingException
(NuGetLogCode.NU5022, string.Format(
211
throw new
PackagingException
(NuGetLogCode.NU5025, string.Format(
255
throw new
PackagingException
(NuGetLogCode.NU5035, string.Format(
262
throw new
PackagingException
(NuGetLogCode.NU5033, string.Format(
295
throw new
PackagingException
(NuGetLogCode.NU5034, string.Format(
326
throw new
PackagingException
(NuGetLogCode.NU5034, string.Format(
341
throw new
PackagingException
(NuGetLogCode.NU5028, Strings.NoPackItemProvided);
460
throw new
PackagingException
(NuGetLogCode.NU5051,
530
throw new
PackagingException
(NuGetLogCode.NU5026, string.Format(CultureInfo.CurrentCulture, Strings.Error_FileNotFound, finalOutputPath));
547
throw new
PackagingException
(NuGetLogCode.NU5051,
558
throw new
PackagingException
(NuGetLogCode.NU5027, string.Format(CultureInfo.CurrentCulture, Strings.InvalidTargetFramework, finalOutputPath));
617
throw new
PackagingException
(NuGetLogCode.NU5028, Strings.NoPackItemProvided);
884
throw new
PackagingException
(NuGetLogCode.NU5051,
1166
throw new
PackagingException
(NuGetLogCode.NU5029, Strings.InvalidNuspecProperties);
NuGet.Commands (11)
CommandRunners\PackCommandRunner.cs (9)
219
throw new
PackagingException
(
426
throw new
PackagingException
(
499
throw new
PackagingException
(
615
throw new
PackagingException
(
771
throw new
PackagingException
(
958
throw new
PackagingException
(NuGetLogCode.NU5002, Strings.Error_InputFileNotSpecified);
982
throw new
PackagingException
(NuGetLogCode.NU5002, Strings.Error_InputFileNotSpecified);
1019
throw new
PackagingException
(
1049
throw new
PackagingException
(
MSBuildProjectFactory.cs (2)
246
throw new
PackagingException
(NuGetLogCode.NU5020, string.Format(CultureInfo.CurrentCulture, Strings.Error_EmptySourceFilePath));
251
throw new
PackagingException
(NuGetLogCode.NU5021, string.Format(CultureInfo.CurrentCulture, Strings.Error_EmptySourceFileProjectDirectory, sourcePath));
NuGet.Packaging (28)
PackageCreation\Authoring\ManifestReader.cs (3)
206
throw new
PackagingException
(NuGetLogCode.NU5034, string.Format(
226
throw new
PackagingException
(NuGetLogCode.NU5032, e.Message);
230
throw new
PackagingException
(NuGetLogCode.NU5034, string.Format(
PackageCreation\Authoring\PackageBuilder.cs (22)
90
throw new
PackagingException
(
179
throw new
PackagingException
(
332
throw new
PackagingException
(NuGetLogCode.NU5017, NuGetResources.CannotCreateEmptyPackage);
478
throw new
PackagingException
(NuGetLogCode.NU1012, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromDependencyGroups, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
501
throw new
PackagingException
(NuGetLogCode.NU1012, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromReferenceGroups, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
515
throw new
PackagingException
(NuGetLogCode.NU5018, string.Format(CultureInfo.CurrentCulture, NuGetResources.Manifest_InvalidReference, reference));
530
throw new
PackagingException
(NuGetLogCode.NU1012, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromFrameworkAssemblyReferences, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
540
throw new
PackagingException
(NuGetLogCode.NU1012, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromFrameworkAssemblyGroups, string.Join(", ", frameworksMissingPlatformVersion.OrderBy(str => str))));
590
throw new
PackagingException
(NuGetLogCode.NU5050, string.Format(CultureInfo.CurrentCulture, NuGetResources.FoundDuplicateFile, string.Join(", ", duplicates)));
604
throw new
PackagingException
(NuGetLogCode.NU5031, string.Format(CultureInfo.CurrentCulture, NuGetResources.Manifest_LicenseFileExtensionIsInvalid, licenseMetadata.License));
619
throw new
PackagingException
(NuGetLogCode.NU5030, errorMessage);
641
throw new
PackagingException
(
661
throw new
PackagingException
(NuGetLogCode.NU5046, errorMessage);
674
throw new
PackagingException
(Common.NuGetLogCode.NU5047, NuGetResources.IconMaxFileSizeExceeded);
679
throw new
PackagingException
(Common.NuGetLogCode.NU5047, NuGetResources.IconErrorEmpty);
685
throw new
PackagingException
(
746
throw new
PackagingException
(NuGetLogCode.NU1012, string.Format(CultureInfo.CurrentCulture, Strings.MissingTargetPlatformVersionsFromIncludedFiles, string.Join(", ", itemsWithFrameworkMissingPlatformVersion.OrderBy(str => str))));
766
throw new
PackagingException
(
781
throw new
PackagingException
(
798
throw new
PackagingException
(
806
throw new
PackagingException
(
1007
throw new
PackagingException
(NuGetLogCode.NU5019,
PackageFolderReader.cs (1)
76
throw new
PackagingException
(NuGetLogCode.NU5037, message.ToString());
PackageReaderBase.cs (1)
539
throw new
PackagingException
(NuGetLogCode.NU5037, Strings.Error_MissingNuspecFile);
Signing\SignatureException.cs (1)
25
:
base
(code, message)