1 implementation of SupportsLanguage
aspire (1)
Templating\CallbackTemplate.cs (1)
26public bool SupportsLanguage(string languageId)
2 references to SupportsLanguage
aspire (2)
Commands\NewCommand.cs (2)
164if (!string.IsNullOrWhiteSpace(explicitLanguageId) && !template.SupportsLanguage(explicitLanguageId)) 209.Where(t => t.SupportsLanguage(explicitLanguageId))