4 references to ExperimentalPolyglotGo
aspire (3)
KnownFeatures.cs (2)
71[ExperimentalPolyglotGo] = new( 72ExperimentalPolyglotGo,
Projects\DefaultLanguageDiscovery.cs (1)
71[KnownLanguageId.Go] = KnownFeatures.ExperimentalPolyglotGo,
Aspire.Cli.Tests (1)
Projects\DefaultLanguageDiscoveryTests.cs (1)
146features.SetFeature(KnownFeatures.ExperimentalPolyglotGo, true);