2 writes to State
Aspire.Hosting (2)
InteractionService.cs (2)
143interactionState.State = Interaction.InteractionState.Complete; 215interactionState.State = Interaction.InteractionState.Complete;
5 references to State
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
92if (interaction.State == InteractionState.Complete)
InteractionService.cs (1)
154if (interactionUpdate.State == Interaction.InteractionState.Complete)
Publishing\PublishingActivityReporter.cs (1)
271if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (2)
28Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 53Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);