1 write to Path
Aspire.Hosting.RemoteHost.Tests (1)
AssemblyLoaderTests.cs (1)
75
Path
= System.IO.Path.Combine(System.IO.Path.GetTempPath(), $"aspire-remotehost-{Guid.NewGuid():N}");
9 references to Path
Aspire.Hosting.RemoteHost.Tests (9)
AssemblyLoaderTests.cs (9)
25
[integrationLibs.
Path
, applicationBase.
Path
, Path.Combine(applicationBase.
Path
, "missing")]);
57
integrationLibs.
Path
,
58
applicationBase.
Path
);
76
Directory.CreateDirectory(
Path
);
83
File.WriteAllText(System.IO.Path.Combine(
Path
, fileName), string.Empty);
88
if (Directory.Exists(
Path
))
90
Directory.Delete(
Path
, recursive: true);