1 write to ExecutablePath
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
673
ExecutablePath
= executablePath
8 references to ExecutablePath
Aspire.Hosting.Rust.Tests (8)
RustPublicApiTests.cs (8)
298
Assert.Equal(expected, cargo.
ExecutablePath
);
333
Assert.Equal(expected, cargo.
ExecutablePath
);
382
Assert.IsType<RustCargoLaunchTarget>(first.Cargo).
ExecutablePath
);
385
Assert.IsType<RustCargoLaunchTarget>(second.Cargo).
ExecutablePath
);
419
Assert.StartsWith(Path.GetFullPath("/first-target", builder.AppHostDirectory), Assert.IsType<RustCargoLaunchTarget>(first.Cargo).
ExecutablePath
);
420
Assert.StartsWith(Path.GetFullPath("/second-target", builder.AppHostDirectory), Assert.IsType<RustCargoLaunchTarget>(second.Cargo).
ExecutablePath
);
448
Assert.EndsWith(Path.Combine("debug", OperatingSystem.IsWindows() ? "first.exe" : "first"), Assert.IsType<RustCargoLaunchTarget>(first.Cargo).
ExecutablePath
);
449
Assert.EndsWith(Path.Combine("debug", OperatingSystem.IsWindows() ? "second.exe" : "second"), Assert.IsType<RustCargoLaunchTarget>(second.Cargo).
ExecutablePath
);