12 writes to Existing
Aspire.Hosting.Foundry.Tests (12)
FoundryToolboxReconcilerTests.cs (12)
34
Existing
= CreateExistingState(definition, "3")
52
Existing
= CreateExistingState(definition, "3")
98
Existing
= new FoundryToolboxState(
121
Existing
= new FoundryToolboxState(
143
Existing
= new FoundryToolboxState(
204
Existing
= initial
288
Existing
= initial,
433
Existing
= new FoundryToolboxState(
453
Existing
= new FoundryToolboxState(
482
Existing
= new FoundryToolboxState(
559
Existing
= StateAfterCreate?.Invoke(VersionToCreate) ??
577
Existing
= StateAfterPromotion?.Invoke(name, version) ??
5 references to Existing
Aspire.Hosting.Foundry.Tests (5)
FoundryToolboxReconcilerTests.cs (5)
552
Task.FromResult(GetResults.TryDequeue(out var state) ? state :
Existing
);
561
Existing
?.DefaultVersion ?? VersionToCreate,
563
.. (
Existing
?.Versions ?? []),
578
(
Existing
is { } existing
580
:
Existing
);