2 writes to State
Aspire.Hosting (2)
InteractionService.cs (2)
260interactionState.State = Interaction.InteractionState.Complete; 347interactionState.State = Interaction.InteractionState.Complete;
6 references to State
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
96if (interaction.State == InteractionState.Complete)
InteractionService.cs (1)
271if (interactionUpdate.State == Interaction.InteractionState.Complete)
Pipelines\PipelineActivityReporter.cs (1)
296if (interaction.State == Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (3)
InteractionServiceTests.cs (3)
30Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 55Assert.Equal(Interaction.InteractionState.InProgress, interaction.State); 294Assert.Equal(Interaction.InteractionState.InProgress, interaction.State);