1 instantiation of AppHostCodeGenerationException
aspire (1)
Projects\AppHostRpcClient.cs (1)
140
throw new
AppHostCodeGenerationException
(ex.Message, diagnostic, ex);
6 references to AppHostCodeGenerationException
aspire (6)
Commands\Sdk\SdkDumpCommand.cs (1)
366
catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or InvalidDataException or InvalidOperationException or RemoteInvocationException or
AppHostCodeGenerationException
)
Projects\AppHostRpcClient.cs (1)
123
/// <see cref="
AppHostCodeGenerationException
"/> so the CLI can render an actionable
Projects\GuestAppHostProject.cs (4)
767
catch (
AppHostCodeGenerationException
ex)
1641
catch (
AppHostCodeGenerationException
ex)
1840
/// Renders a <see cref="
AppHostCodeGenerationException
"/> to the user with .NET-specific
1845
private void RenderCodeGenerationFailure(
AppHostCodeGenerationException
exception)