4 references to CommandLineArgsCallbackAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (1)
746
return builder.WithAnnotation(new
CommandLineArgsCallbackAnnotation
(callback));
TerminalResourceBuilderExtensions.cs (1)
409
host.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(context =>
Aspire.Hosting.Maui (2)
Utilities\MauiAndroidEnvironmentAnnotation.cs (1)
84
resource.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(async context =>
Utilities\MauiiOSEnvironmentAnnotation.cs (1)
84
resource.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(async context =>