3 instantiations of ChannelNotFoundException
aspire (3)
Commands\UpdateCommand.cs (2)
268throw new ChannelNotFoundException(stagingUnavailableReason); 272throw new ChannelNotFoundException(string.Format(
Templating\TemplateNuGetConfigService.cs (1)
274?? throw new ChannelNotFoundException(
8 references to ChannelNotFoundException
aspire (5)
Commands\InitCommand.cs (2)
393catch (ChannelNotFoundException) when 410catch (ChannelNotFoundException ex)
Commands\UpdateCommand.cs (1)
416catch (ChannelNotFoundException ex)
Templating\DotNetTemplateFactory.cs (1)
571catch (Exceptions.ChannelNotFoundException ex)
Templating\TemplateNuGetConfigService.cs (1)
234/// <exception cref="ChannelNotFoundException">Thrown when <paramref name="query"/> specifies a channel name that does not match any configured channel.</exception>
Aspire.Cli.Tests (3)
Commands\InitCommandTests.cs (1)
1535/// <see cref="Aspire.Cli.Exceptions.ChannelNotFoundException"/> and clean-machine
Templating\TemplateNuGetConfigServiceTests.cs (2)
275await Assert.ThrowsAsync<Aspire.Cli.Exceptions.ChannelNotFoundException>( 560await Assert.ThrowsAsync<Aspire.Cli.Exceptions.ChannelNotFoundException>(