4 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ReadStaticWebAssetsManifestFile.cs (4)
29if (!File.Exists(ManifestPath)) 31Log.LogError($"Manifest file at '{ManifestPath}' not found."); 37var manifest = StaticWebAssetsManifest.FromJsonBytes(File.ReadAllBytes(ManifestPath)); 49Log.LogErrorFromException(ex, showStackTrace: true, showDetail: true, file: ManifestPath);