2 writes to State
Aspire.Hosting (2)
InteractionService.cs (2)
144interactionState.State = Interaction.InteractionState.Complete; 216interactionState.State = Interaction.InteractionState.Complete;
6 references to State
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
92if (interaction.State == InteractionState.Complete)
InteractionService.cs (1)
155if (interactionUpdate.State == Interaction.InteractionState.Complete)
Publishing\PublishingActivityReporter.cs (1)
272if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (3)
InteractionServiceTests.cs (3)
27Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 52Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 194Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);