1 write to Diagnostic
aspire (1)
Projects\AppHostCodeGenerationException.cs (1)
22Diagnostic = diagnostic;
9 references to Diagnostic
aspire (9)
Projects\AppHostCodeGenerationException.cs (1)
14/// type names and assembly identities — is exposed via <see cref="Diagnostic"/> and is only
Projects\GuestAppHostProject.cs (8)
1879var hint = exception.Diagnostic.RemediationHint; 1887exception.Diagnostic.OriginalExceptionType, 1888exception.Diagnostic.TypeName ?? "<none>", 1889exception.Diagnostic.MemberName ?? "<none>", 1890exception.Diagnostic.RuntimeAspireHostingVersion ?? "<none>", 1891exception.Diagnostic.LoadedAssemblies.Count); 1895exception.Diagnostic, 1905var diagnostic = exception.Diagnostic;