2 references to Value
Aspire.Hosting (1)
ApplicationModel\ParameterResource.cs (1)
96
return new(KnownProperties.Parameter.
Value
, value)
Aspire.Hosting.Tests (1)
Orchestrator\ParameterProcessorTests.cs (1)
1336
var property = Assert.Single(snapshot.Properties, p => p.Name == KnownProperties.Parameter.
Value
);