2 writes to State
Aspire.Hosting (2)
InteractionService.cs (2)
143
interactionState.
State
= Interaction.InteractionState.Complete;
215
interactionState.
State
= Interaction.InteractionState.Complete;
5 references to State
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
92
if (interaction.
State
== InteractionState.Complete)
InteractionService.cs (1)
154
if (interactionUpdate.
State
== Interaction.InteractionState.Complete)
Publishing\PublishingActivityReporter.cs (1)
271
if (interaction.
State
== Interaction.InteractionState.InProgress)
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (2)
28
Assert.Equal(Interaction.InteractionState.InProgress, interaction.
State
);
53
Assert.Equal(Interaction.InteractionState.InProgress, interaction.
State
);