1 instantiation of ProgressInteractionInfo
Aspire.Hosting (1)
InteractionService.cs (1)
302
var newState = new Interaction(options.Title ?? string.Empty, message, options, new Interaction.
ProgressInteractionInfo
(), interactionCts.Token);
2 references to ProgressInteractionInfo
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
142
else if (interaction.InteractionInfo is
ProgressInteractionInfo
)
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
1303
Assert.IsType<Interaction.
ProgressInteractionInfo
>(interaction.InteractionInfo);