1 instantiation of AppHostCodeGenerationException
aspire (1)
Projects\AppHostRpcClient.cs (1)
140throw new AppHostCodeGenerationException(ex.Message, diagnostic, ex);
6 references to AppHostCodeGenerationException
aspire (6)
Commands\Sdk\SdkDumpCommand.cs (1)
366catch (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)
767catch (AppHostCodeGenerationException ex) 1641catch (AppHostCodeGenerationException ex) 1840/// Renders a <see cref="AppHostCodeGenerationException"/> to the user with .NET-specific 1845private void RenderCodeGenerationFailure(AppHostCodeGenerationException exception)