4 references to CommandLineArgsCallbackAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
252
return builder.WithAnnotation(new
CommandLineArgsCallbackAnnotation
(callback));
Aspire.Hosting.Garnet (1)
GarnetBuilderExtensions.cs (1)
192
return builder.WithAnnotation(new
CommandLineArgsCallbackAnnotation
(context =>
Aspire.Hosting.Redis (1)
RedisBuilderExtensions.cs (1)
432
return builder.WithAnnotation(new
CommandLineArgsCallbackAnnotation
(context =>
Aspire.Hosting.Valkey (1)
ValkeyBuilderExtensions.cs (1)
163
=> builder.WithAnnotation(new
CommandLineArgsCallbackAnnotation
(context =>