2 instantiations of FeatureInfo
aspire (1)
Commands\ConfigCommand.cs (1)
469
.Select(m => new
FeatureInfo
(m.Name, m.Description, m.DefaultValue))
Aspire.Cli.Tests (1)
Commands\ConfigCommandTests.cs (1)
52
AvailableFeatures: [new Aspire.Cli.Commands.
FeatureInfo
("featureA", "Description", DefaultValue: false)],
3 references to FeatureInfo
aspire (3)
Commands\ConfigCommand.cs (1)
499
foreach (
var
feature in availableFeatures)
Commands\ConfigInfo.cs (1)
21
List<
FeatureInfo
> AvailableFeatures,
JsonSourceGenerationContext.cs (1)
42
[JsonSerializable(typeof(
FeatureInfo
))]