Repo status¶
ConnectSoft.Blazor.Mfe.ECS.MonitoringTemplate is a work-in-progress product repo, not yet a dotnet new template.
Present¶
- Solution
ConnectSoft.Blazor.Mfe.ECS.MonitoringTemplate.slnx, Blazor WASM project (net10.0). - Metrics/health/audit/alerts pages with ApexCharts + SignalR client.
- 8 substantive test files; a
.runsettings. - A
docs/folder (6 files).
Gaps to become a real template¶
- No
.template.config/template.json,dotnetcli.host.json, oride.host.json. - No NuGet template packaging; no CI pipeline YAML.
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.