7 references to RustDockerfileGenerator
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
834
await
RustDockerfileGenerator
.WriteAsync(resource, callbackContext).ConfigureAwait(false);
Aspire.Hosting.Rust.Tests (6)
RustDockerfileShellTests.cs (6)
21
var command =
RustDockerfileGenerator
.BuildArtifactCommand(
46
var command =
RustDockerfileGenerator
.BuildArtifactCommand(
76
var command =
RustDockerfileGenerator
.BuildArtifactCommand(
99
var command =
RustDockerfileGenerator
.BuildArtifactCommand(
131
var result = await RunShellAsync(
RustDockerfileGenerator
.CreateAppUserCommand, stubDirectory);
161
var result = await RunShellAsync(
RustDockerfileGenerator
.CreateAppUserCommand, stubDirectory);