10 references to FoundryToolboxReconcileAction
Aspire.Hosting.Foundry (6)
Toolbox\FoundryToolboxReconciler.cs (5)
333
return new(created,
FoundryToolboxReconcileAction
.CreatedAndPromoted);
347
return new(existing.DefaultVersion,
FoundryToolboxReconcileAction
.Reused);
369
return new(reusableVersion.Version,
FoundryToolboxReconcileAction
.Promoted);
382
return new(updated,
FoundryToolboxReconcileAction
.CreatedAndPromoted);
558
FoundryToolboxReconcileAction
Action);
Toolbox\FoundryToolboxResource.cs (1)
250
return new(version,
FoundryToolboxReconcileAction
.ValidatedExisting);
Aspire.Hosting.Foundry.Tests (4)
FoundryToolboxReconcilerTests.cs (4)
22
Assert.Equal(
FoundryToolboxReconcileAction
.CreatedAndPromoted, result.Action);
40
Assert.Equal(
FoundryToolboxReconcileAction
.Reused, result.Action);
109
Assert.Equal(
FoundryToolboxReconcileAction
.CreatedAndPromoted, result.Action);
154
Assert.Equal(
FoundryToolboxReconcileAction
.Promoted, result.Action);