2 references to NoTemplateVersionsFound
aspire (1)
Templating\TemplateNuGetConfigService.cs (1)
363throw new EmptyChoicesException(Resources.TemplatingStrings.NoTemplateVersionsFound);
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
655Assert.Contains(testInteractionService.DisplayedErrors, e => e.Contains(TemplatingStrings.NoTemplateVersionsFound));