10 references to ExperimentalPolyglotPython
aspire (3)
KnownFeatures.cs (2)
83[ExperimentalPolyglotPython] = new( 84ExperimentalPolyglotPython,
Projects\DefaultLanguageDiscovery.cs (1)
77[KnownLanguageId.Python] = KnownFeatures.ExperimentalPolyglotPython,
Aspire.Cli.Tests (7)
Commands\NewCommandTemplateConfigPersistenceTests.cs (2)
373KnownFeatures.ExperimentalPolyglotPython, 510KnownFeatures.ExperimentalPolyglotPython,
Commands\NewCommandTests.cs (4)
55features.SetFeature(KnownFeatures.ExperimentalPolyglotPython, true); 969features.SetFeature(KnownFeatures.ExperimentalPolyglotPython, true); 1055features.SetFeature(KnownFeatures.ExperimentalPolyglotPython, true); 1521features.SetFeature(KnownFeatures.ExperimentalPolyglotPython, true);
Projects\DefaultLanguageDiscoveryTests.cs (1)
58features.SetFeature(KnownFeatures.ExperimentalPolyglotPython, true);