4 references to CreatedAndPromoted
Aspire.Hosting.Foundry (2)
Toolbox\FoundryToolboxReconciler.cs (2)
333return new(created, FoundryToolboxReconcileAction.CreatedAndPromoted); 382return new(updated, FoundryToolboxReconcileAction.CreatedAndPromoted);
Aspire.Hosting.Foundry.Tests (2)
FoundryToolboxReconcilerTests.cs (2)
22Assert.Equal(FoundryToolboxReconcileAction.CreatedAndPromoted, result.Action); 109Assert.Equal(FoundryToolboxReconcileAction.CreatedAndPromoted, result.Action);