11 references to BuildErrorException
Microsoft.NET.Build.Tasks (11)
GenerateToolsSettingsFile.cs (1)
60throw new BuildErrorException(
LockFileCache.cs (2)
27throw new BuildErrorException(Strings.AssetsFileNotSet); 119throw new BuildErrorException(
LockFileExtensions.cs (1)
49throw new BuildErrorException(message);
NuGetPackageResolver.cs (1)
50throw new BuildErrorException(
parent\Common\BuildErrorException.cs (1)
27: this(string.Format(CultureInfo.CurrentCulture, format, args))
ResolvePackageAssets.cs (1)
348throw new BuildErrorException(Strings.AssetsFileNotSet);
ResolveRuntimePackAssets.cs (3)
162throw new BuildErrorException(string.Format(Strings.RuntimeListNotFound, runtimeListPath)); 233throw new BuildErrorException($"Culture not set in runtime manifest for {Path.GetFullPath(Path.Combine(runtimePack.GetMetadata(MetadataKeys.PackageDirectory), fileElement.Attribute("Path").Value))}"); 243throw new BuildErrorException($"Unrecognized file type '{typeAttributeValue}' in {Path.Combine(absoluteRuntimePackRoot.OriginalValue, absoluteRuntimeListPath.OriginalValue)}");
WriteAppConfigWithSupportedRuntime.cs (1)
168throw new BuildErrorException(Strings.AppConfigRequiresRootConfiguration);