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