7 writes to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tests (7)
StaticWebAssets\ReadStaticWebAssetsManifestFileTest.cs (7)
37
ManifestPath
= TempFilePath
76
ManifestPath
= TempFilePath
167
ManifestPath
= TempFilePath
245
ManifestPath
= TempFilePath
304
ManifestPath
= TempFilePath
336
ManifestPath
= "nonexisting.staticwebassets.json"
364
ManifestPath
= TempFilePath
4 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ReadStaticWebAssetsManifestFile.cs (4)
29
if (!File.Exists(
ManifestPath
))
31
Log.LogError($"Manifest file at '{
ManifestPath
}' not found.");
37
var manifest = StaticWebAssetsManifest.FromJsonBytes(File.ReadAllBytes(
ManifestPath
));
49
Log.LogErrorFromException(ex, showStackTrace: true, showDetail: true, file:
ManifestPath
);