14 references to ExperimentalPolyglotJava
aspire (3)
KnownFeatures.cs (2)
73
[
ExperimentalPolyglotJava
] = new(
74
ExperimentalPolyglotJava
,
Projects\DefaultLanguageDiscovery.cs (1)
79
[KnownLanguageId.Java] = KnownFeatures.
ExperimentalPolyglotJava
,
Aspire.Cli.Tests (11)
Commands\NewCommandTemplateConfigPersistenceTests.cs (2)
375
KnownFeatures.
ExperimentalPolyglotJava
,
512
KnownFeatures.
ExperimentalPolyglotJava
,
Commands\NewCommandTests.cs (7)
54
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
887
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
968
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
1054
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
1122
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
1484
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
2351
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
Projects\DefaultLanguageDiscoveryTests.cs (1)
192
features.SetFeature(KnownFeatures.
ExperimentalPolyglotJava
, true);
Templating\JavaStarterScaffoldTests.cs (1)
90
options.EnabledFeatures = [KnownFeatures.
ExperimentalPolyglotJava
];