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