4 references to ExperimentalPolyglotPython
aspire (3)
KnownFeatures.cs (2)
102[ExperimentalPolyglotPython] = new( 103ExperimentalPolyglotPython,
Projects\DefaultLanguageDiscovery.cs (1)
70[KnownLanguageId.Python] = KnownFeatures.ExperimentalPolyglotPython,
Aspire.Cli.Tests (1)
Projects\DefaultLanguageDiscoveryTests.cs (1)
56features.SetFeature(KnownFeatures.ExperimentalPolyglotPython, true);