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