1 write to Path
Aspire.Hosting.RemoteHost.Tests (1)
AssemblyLoaderTests.cs (1)
92
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)
26
[integrationLibs.
Path
, applicationBase.
Path
, Path.Combine(applicationBase.
Path
, "missing")]);
58
integrationLibs.
Path
,
59
applicationBase.
Path
);
93
Directory.CreateDirectory(
Path
);
100
File.WriteAllText(System.IO.Path.Combine(
Path
, fileName), string.Empty);
105
if (Directory.Exists(
Path
))
107
Directory.Delete(
Path
, recursive: true);