Repo status¶
ConnectSoft.Blazor.Mfe.ECS.MonitoringTemplate is a concrete dotnet new Blazor monitoring microfrontend template.
Present¶
- Solution
ConnectSoft.Blazor.Mfe.ECS.MonitoringTemplate.slnx, Blazor WASM project (net10.0). - Template manifest
.template.config/template.jsonwith short nameconnectsoft-blazor-mfe-ecs-monitoring. - CLI and IDE host metadata.
- NuGet template packaging via
ConnectSoft.Blazor.Mfe.ECS.MonitoringTemplate.nuspec. - Template packaging pipeline
azure-pipelines-template.yml. - Metrics/health/audit/alerts pages with ApexCharts + SignalR client.
- 8 substantive test files; a
.runsettings. - A
docs/folder (6 files). - ConnectSoft extension package alignment for options, metrics, localization, logging, observability, telemetry, web security, rate limiting, request timeout, and testing.
Remaining gaps¶
docs/is generic Shell-template boilerplate (index.mdtitled "ConnectSoft Blazor Shell Template", referencesconnectsoft-blazor-shell, net8/net9) - not Monitoring-specific.- Package version skew: project targets
net10.0whileDirectory.Packages.propspins many ASP.NET packages at9.0.x(e.g. SignalR.Client 9.0.0); reconcile before publishing. - A local
packages/offline cache is checked in.