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