1 instantiation of AppHostCodeGenerationException
aspire (1)
Projects\AppHostRpcClient.cs (1)
144
throw new
AppHostCodeGenerationException
(ex.Message, diagnostic, ex);
7 references to AppHostCodeGenerationException
aspire (7)
Commands\Sdk\SdkDumpCommand.cs (1)
373
catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or InvalidDataException or InvalidOperationException or RemoteInvocationException or
AppHostCodeGenerationException
)
Commands\Sdk\SdkExportCommand.cs (1)
241
catch (Exception ex) when (ex is RemoteInvocationException or
AppHostCodeGenerationException
)
Projects\AppHostRpcClient.cs (1)
127
/// <see cref="
AppHostCodeGenerationException
"/> so the CLI can render an actionable
Projects\GuestAppHostProject.cs (4)
787
catch (
AppHostCodeGenerationException
ex)
1667
catch (
AppHostCodeGenerationException
ex)
1866
/// Renders a <see cref="
AppHostCodeGenerationException
"/> to the user with .NET-specific
1871
private void RenderCodeGenerationFailure(
AppHostCodeGenerationException
exception)