7 instantiations of CommandProgressOptions
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
319
Progress =
new
() { Message = "Sending message to agent..." },
PromptAgent\PromptAgentBuilderExtensions.cs (1)
112
Progress =
new
() { Message = "Sending message to agent..." },
Aspire.Hosting.Tests (4)
ResourceCommandServiceTests.cs (4)
1744
Progress = new
CommandProgressOptions
{ Message = "Processing...", Title = "Cancelable Command" }
1798
Progress = new
CommandProgressOptions
{ Message = "Processing..." }
1839
Progress = new
CommandProgressOptions
{ Message = "Working..." }
1870
Progress = new
CommandProgressOptions
{ Message = "Processing..." }
Stress.AppHost (1)
InteractionCommands.cs (1)
982
Progress = 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,
110
public
CommandProgressOptions
? Progress { get; set; }
ApplicationModel\ResourceCommandAnnotation.cs (2)
68
CommandProgressOptions
? progress = null)
175
public
CommandProgressOptions
? Progress { get; }