8 references to Path
Aspire.Hosting.Rust.Tests (8)
CargoMetadataTests.cs (5)
290Directory.CreateDirectory(Path.Combine(crate.Path, "src")); 293var metadata = await new CargoMetadataReader().ReadAsync(crate.Path, manifestPath: null, "api", environment: ReadOnlyDictionary<string, string>.Empty, TestContext.Current.CancellationToken); 311TestPathNormalizer.ResolveSymlinks(Path.Combine(crate.Path, "target")), 315Assert.False(Directory.Exists(Path.Combine(crate.Path, "target"))); 327() => new CargoMetadataReader().ReadAsync(crate.Path, manifestPath: null, "api", environment: ReadOnlyDictionary<string, string>.Empty, TestContext.Current.CancellationToken));
RustPublicApiTests.cs (2)
359Directory.CreateDirectory(Path.Combine(crate.Path, "src")); 363var app = builder.AddRustApp("api", crate.Path);
TempCrateDirectory.cs (1)
16=> File.WriteAllText(System.IO.Path.Combine(Path, fileName), content);