8 references to ExperimentalPolyglotGo
aspire (3)
KnownFeatures.cs (2)
78
[
ExperimentalPolyglotGo
] = new(
79
ExperimentalPolyglotGo
,
Projects\DefaultLanguageDiscovery.cs (1)
78
[KnownLanguageId.Go] = KnownFeatures.
ExperimentalPolyglotGo
,
Aspire.Cli.Tests (5)
Commands\NewCommandTemplateConfigPersistenceTests.cs (2)
374
KnownFeatures.
ExperimentalPolyglotGo
,
511
KnownFeatures.
ExperimentalPolyglotGo
,
Commands\NewCommandTests.cs (2)
53
features.SetFeature(KnownFeatures.
ExperimentalPolyglotGo
, true);
967
features.SetFeature(KnownFeatures.
ExperimentalPolyglotGo
, true);
Projects\DefaultLanguageDiscoveryTests.cs (1)
150
features.SetFeature(KnownFeatures.
ExperimentalPolyglotGo
, true);