12 instantiations of FeatureMetadata
aspire (12)
KnownFeatures.cs (12)
33
[UpdateNotificationsEnabled] =
new
(
38
[MinimumSdkCheckEnabled] =
new
(
43
[ExecCommandEnabled] =
new
(
48
[OrphanDetectionWithTimestampEnabled] =
new
(
53
[ShowDeprecatedPackages] =
new
(
58
[PackageSearchDiskCachingEnabled] =
new
(
63
[StagingChannelEnabled] =
new
(
68
[DefaultWatchEnabled] =
new
(
73
[ShowAllTemplates] =
new
(
78
[PolyglotSupportEnabled] =
new
(
83
[DotNetSdkInstallationEnabled] =
new
(
88
[RunningInstanceDetectionEnabled] =
new
(
4 references to FeatureMetadata
aspire (4)
KnownFeatures.cs (4)
31
private static readonly Dictionary<string,
FeatureMetadata
> s_featureMetadata = new()
97
public static
FeatureMetadata
? GetFeatureMetadata(string featureName)
99
return s_featureMetadata.TryGetValue(featureName, out
var
metadata) ? metadata : null;
105
public static IEnumerable<
FeatureMetadata
> GetAllFeatureMetadata()