7 instantiations of CommandProgressOptions
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
319Progress = new() { Message = "Sending message to agent..." },
PromptAgent\PromptAgentBuilderExtensions.cs (1)
112Progress = new() { Message = "Sending message to agent..." },
Aspire.Hosting.Tests (4)
ResourceCommandServiceTests.cs (4)
1744Progress = new CommandProgressOptions { Message = "Processing...", Title = "Cancelable Command" } 1798Progress = new CommandProgressOptions { Message = "Processing..." } 1839Progress = new CommandProgressOptions { Message = "Working..." } 1870Progress = new CommandProgressOptions { Message = "Processing..." }
Stress.AppHost (1)
InteractionCommands.cs (1)
982Progress = new CommandProgressOptions
5 references to CommandProgressOptions
Aspire.Hosting (5)
ApplicationModel\CommandOptions.cs (3)
102/// When <see cref="CommandProgressOptions.Message"/> is not <see langword="null"/> or empty, a progress dialog 106/// When <see langword="null"/>, or when <see cref="CommandProgressOptions.Message"/> is <see langword="null"/> or empty, 110public CommandProgressOptions? Progress { get; set; }
ApplicationModel\ResourceCommandAnnotation.cs (2)
68CommandProgressOptions? progress = null) 175public CommandProgressOptions? Progress { get; }