11 references to Path
Aspire.Hosting.CodeGeneration.Rust.Tests (11)
RustLanguageSupportTests.cs (10)
19TargetPath = workspace.Path, 42File.WriteAllText(Path.Combine(workspace.Path, "apphost.rs"), "// marker"); 43File.WriteAllText(Path.Combine(workspace.Path, "Cargo.toml"), "[package]"); 45var result = _languageSupport.Detect(workspace.Path); 57File.WriteAllText(Path.Combine(workspace.Path, "apphost.ts"), "// typescript"); 58File.WriteAllText(Path.Combine(workspace.Path, "Cargo.toml"), "[package]"); 60var result = _languageSupport.Detect(workspace.Path); 70File.WriteAllText(Path.Combine(workspace.Path, "apphost.rs"), "// marker"); 72var result = _languageSupport.Detect(workspace.Path); 98TargetPath = workspace.Path,
tests\Shared\TemporaryWorkspace.cs (1)
238var aspireDir = IOPath.Combine(workspace.Path, ".aspire");