11 references to BuildErrorException
Microsoft.NET.Build.Tasks (11)
BuildErrorException.cs (1)
27
:
this
(string.Format(CultureInfo.CurrentCulture, format, args))
GenerateToolsSettingsFile.cs (1)
56
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
(
ResolvePackageAssets.cs (1)
345
throw new
BuildErrorException
(Strings.AssetsFileNotSet);
ResolveRuntimePackAssets.cs (3)
154
throw new
BuildErrorException
(string.Format(Strings.RuntimeListNotFound, runtimeListPath));
222
throw new
BuildErrorException
($"Culture not set in runtime manifest for {assetPath}");
232
throw new
BuildErrorException
($"Unrecognized file type '{typeAttributeValue}' in {runtimeListPath}");
WriteAppConfigWithSupportedRuntime.cs (1)
162
throw new
BuildErrorException
(Strings.AppConfigRequiresRootConfiguration);