1 write to _tempDir
Aspire.Hosting.Blazor.Tests (1)
EndpointsManifestTransformerTests.cs (1)
14
_tempDir
= Path.Combine(Path.GetTempPath(), "BlazorHostingTests", Guid.NewGuid().ToString("N"));
13 references to _tempDir
Aspire.Hosting.Blazor.Tests (13)
EndpointsManifestTransformerTests.cs (13)
15
Directory.CreateDirectory(
_tempDir
);
20
if (Directory.Exists(
_tempDir
))
22
Directory.Delete(
_tempDir
, recursive: true);
38
var manifestPath = Path.Combine(
_tempDir
, "endpoints.json");
63
var manifestPath = Path.Combine(
_tempDir
, "endpoints.json");
94
var manifestPath = Path.Combine(
_tempDir
, "endpoints.json");
118
var manifestPath = Path.Combine(
_tempDir
, "endpoints.json");
175
var app1Path = Path.Combine(
_tempDir
, "app1.runtime.json");
176
var app2Path = Path.Combine(
_tempDir
, "app2.runtime.json");
190
var outputPath = Path.Combine(
_tempDir
, "merged.json");
239
var app1Path = Path.Combine(
_tempDir
, "app1.runtime.json");
240
var app2Path = Path.Combine(
_tempDir
, "app2.runtime.json");
254
var outputPath = Path.Combine(
_tempDir
, "merged.json");