10 instantiations of FeatureMetadata
aspire (10)
KnownFeatures.cs (10)
31[UpdateNotificationsEnabled] = new( 36[ExecCommandEnabled] = new( 41[ShowDeprecatedPackages] = new( 46[StagingChannelEnabled] = new( 51[DefaultWatchEnabled] = new( 56[ShowAllTemplates] = new( 61[ExperimentalPolyglotRust] = new( 66[ExperimentalPolyglotJava] = new( 71[ExperimentalPolyglotGo] = new( 76[ExperimentalPolyglotPython] = new(
5 references to FeatureMetadata
aspire (5)
Commands\ConfigCommand.cs (1)
290foreach (var feature in unconfiguredFeatures)
KnownFeatures.cs (4)
29private static readonly Dictionary<string, FeatureMetadata> s_featureMetadata = new() 85public static FeatureMetadata? GetFeatureMetadata(string featureName) 87return s_featureMetadata.TryGetValue(featureName, out var metadata) ? metadata : null; 93public static IEnumerable<FeatureMetadata> GetAllFeatureMetadata()