4 writes to State
Aspire.Hosting (4)
InteractionService.cs (4)
341newState.State = Interaction.InteractionState.Complete; 349newState.State = Interaction.InteractionState.Complete; 359newState.State = Interaction.InteractionState.Complete; 530interactionState.State = Interaction.InteractionState.Complete;
7 references to State
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
106if (interaction.State == InteractionState.Complete)
InteractionService.cs (1)
428if (interactionUpdate.State == Interaction.InteractionState.Complete)
Pipelines\PipelineActivityReporter.cs (1)
329if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
32Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 57Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 378Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 1260Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);