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