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