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)
1853var hint = exception.Diagnostic.RemediationHint; 1861exception.Diagnostic.OriginalExceptionType, 1862exception.Diagnostic.TypeName ?? "<none>", 1863exception.Diagnostic.MemberName ?? "<none>", 1864exception.Diagnostic.RuntimeAspireHostingVersion ?? "<none>", 1865exception.Diagnostic.LoadedAssemblies.Count); 1869exception.Diagnostic, 1879var diagnostic = exception.Diagnostic;