3 references to CreateAppUserCommand
Aspire.Hosting.Rust (1)
RustDockerfileGenerator.cs (1)
157
runtimeStage.Run(
CreateAppUserCommand
);
Aspire.Hosting.Rust.Tests (2)
RustDockerfileShellTests.cs (2)
131
var result = await RunShellAsync(RustDockerfileGenerator.
CreateAppUserCommand
, stubDirectory);
161
var result = await RunShellAsync(RustDockerfileGenerator.
CreateAppUserCommand
, stubDirectory);