6 references to CommandLineArgsCallbackAnnotation
Aspire.Hosting (3)
Dashboard\DashboardEventHandlers.cs (2)
294
dashboardResource.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(args =>
328
dashboardResource.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(args =>
Lifecycle\TerminalHostEventingSubscriber.cs (1)
95
host.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(args =>
Aspire.Hosting.EntityFrameworkCore (1)
EFCoreOperationExecutor.cs (1)
284
var argsAnnotation = new
CommandLineArgsCallbackAnnotation
(args =>
Aspire.Hosting.EntityFrameworkCore.Tests (2)
EFCoreOperationExecutorTests.cs (2)
190
var firstCommand = new
CommandLineArgsCallbackAnnotation
(args => args.Add("first"));
200
tool.Resource.Annotations.Add(new
CommandLineArgsCallbackAnnotation
(args => args.Add("second")));