1 write to ManifestPath
Microsoft.AspNetCore.Components.Testing.Tests (1)
GenerateE2EManifestTaskTests.cs (1)
313ManifestPath = manifestPath,
3 references to ManifestPath
Microsoft.AspNetCore.Components.Testing.Tasks (3)
GenerateE2EManifest.cs (3)
139var manifestDir = Path.GetDirectoryName(ManifestPath); 144File.WriteAllText(ManifestPath, json); 145Log.LogMessage(MessageImportance.High, "Generated E2E manifest: {0}", ManifestPath);