2 writes to State
Aspire.Hosting (2)
InteractionService.cs (2)
147interactionState.State = Interaction.InteractionState.Complete; 219interactionState.State = Interaction.InteractionState.Complete;
6 references to State
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
92if (interaction.State == InteractionState.Complete)
InteractionService.cs (1)
158if (interactionUpdate.State == Interaction.InteractionState.Complete)
Publishing\PublishingActivityReporter.cs (1)
266if (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);