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