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