7 references to SectionName
Aspire.Hosting (4)
Pipelines\Internal\DeploymentStateManagerBase.cs (4)
170
if (_sections.TryGetValue(section.
SectionName
, out var metadata))
175
$"Concurrency conflict detected in section '{section.
SectionName
}'. " +
183
_sections[section.
SectionName
] = new SectionMetadata(section.Version + 1);
194
_state[section.
SectionName
] = section.Data.DeepClone().AsObject();
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
613
_state[section.
SectionName
] = section.Data;
Aspire.Hosting.Tests (2)
Publishing\DeploymentStateManagerTests.cs (2)
28
Assert.Equal("Parameters", section.
SectionName
);
64
oldSection = new DeploymentStateSection(section1.
SectionName
, section1.Data, oldVersion);