Lyo.Diagnostic.Web.Components
2.0.0
dotnet add package Lyo.Diagnostic.Web.Components --version 2.0.0
NuGet\Install-Package Lyo.Diagnostic.Web.Components -Version 2.0.0
<PackageReference Include="Lyo.Diagnostic.Web.Components" Version="2.0.0" />
<PackageVersion Include="Lyo.Diagnostic.Web.Components" Version="2.0.0" />
<PackageReference Include="Lyo.Diagnostic.Web.Components" />
paket add Lyo.Diagnostic.Web.Components --version 2.0.0
#r "nuget: Lyo.Diagnostic.Web.Components, 2.0.0"
#:package Lyo.Diagnostic.Web.Components@2.0.0
#addin nuget:?package=Lyo.Diagnostic.Web.Components&version=2.0.0
#tool nuget:?package=Lyo.Diagnostic.Web.Components&version=2.0.0
Lyo.Diagnostic.Web.Components
Blazor (Server / Interactive) workbench that uses Lyo.Diagnostic to analyze and triage .NET stack traces and exception payloads. The workbench is UI only — paste, view, and classify. Nothing is persisted by the components.
Components
| Component | What it does |
|---|---|
DiagnosticWorkbench |
Top-level shell. Arranges the panels below into a side-by-side input/output review layout. |
StackTraceDecodePanel |
Drop in raw stack-trace text. IStackTraceDecoder decodes it and the panel shows structured frames. |
DecodedStackTraceSummary |
Compact summary chip with top frame, exception type, and framework signature. |
StackFrameTable |
Decoded frames in a table (method, file, line, assembly). Frames from user code get extra styling. |
SanitisedStackTracePanel |
The sanitised stack trace (paths/PII trimmed) for error pages customers see. |
ExceptionTypeClassifierPanel |
Runs the pasted exception type through IExceptionTypeClassifier and shows the category (Transient, Programming, Validation, Security, …). |
Wiring into a host
DI supplies IStackTraceDecoder and IExceptionTypeClassifier to the workbench. Register them with Lyo.Diagnostic extensions before you mount <DiagnosticWorkbench />. MudBlazor layout comes from Lyo.Web.Components.
Dependencies
Generated from ProjectReference / PackageReference (same model as docs/Lyo.ProjectGraph.html).
Lyo.Diagnostic(direct, lyo)Lyo.Web.Primitives(direct, lyo)MudBlazor9.3(direct, third-party)Lyo.Common.Core(transitive, lyo)Lyo.Common.Json(transitive, lyo)Lyo.Common.Metadata(transitive, lyo)Lyo.Exceptions(transitive, lyo)Lyo.Hashing(transitive, lyo)Lyo.Metrics(transitive, lyo)Lyo.PackageMetadata(transitive, lyo)Lyo.Parameters(transitive, lyo)Lyo.Query.Evaluation(transitive, lyo)Lyo.Query.Models(transitive, lyo)Lyo.Result(transitive, lyo)Lyo.Validation(transitive, lyo)Lyo.Validation.Models(transitive, lyo)Microsoft.Bcl.AsyncInterfaces10.0.5(transitive, microsoft, netstandard2.0)Microsoft.Extensions.DependencyInjection.Abstractions10.0.5(transitive, microsoft)Microsoft.Extensions.Logging.Abstractions10.0.5(transitive, microsoft)System.ComponentModel.Annotations5.0.0(transitive, microsoft)System.IO.Hashing10.0.5(transitive, microsoft, net10.0)System.Memory4.6.3(transitive, microsoft, netstandard2.0)System.Text.Json10.0.5(transitive, microsoft, netstandard2.0)System.Threading.Tasks.Extensions4.6.3(transitive, microsoft)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Lyo.Diagnostic (>= 2.0.0)
- Lyo.Web.Primitives (>= 2.0.0)
- MudBlazor (>= 9.3.0 && < 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.