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