1 instantiation of RustCargoArgsCallbackAnnotation
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
244
var annotation = new
RustCargoArgsCallbackAnnotation
(callback);
7 references to RustCargoArgsCallbackAnnotation
Aspire.Hosting.Rust (7)
RustCargoArgsCallbackAnnotation.cs (1)
15
/// Initializes a new instance of the <see cref="
RustCargoArgsCallbackAnnotation
"/> class.
RustCargoOptionsAnnotation.cs (1)
10
/// default <see cref="
RustCargoArgsCallbackAnnotation
"/> registered by <c>AddRustApp</c> can translate them
RustDockerfileGenerator.cs (2)
176
foreach (
var
annotation in resource.Annotations.OfType<
RustCargoArgsCallbackAnnotation
>())
RustHostingExtensions.cs (3)
101
foreach (
var
annotation in resource.Annotations.OfType<
RustCargoArgsCallbackAnnotation
>())
244
var
annotation = new RustCargoArgsCallbackAnnotation(callback);