1 instantiation of RustCargoArgsCallbackAnnotation
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
244var 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)
176foreach (var annotation in resource.Annotations.OfType<RustCargoArgsCallbackAnnotation>())
RustHostingExtensions.cs (3)
101foreach (var annotation in resource.Annotations.OfType<RustCargoArgsCallbackAnnotation>()) 244var annotation = new RustCargoArgsCallbackAnnotation(callback);