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