Skip to content

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, or ide.host.json.
  • No NuGet template packaging; no CI pipeline YAML.
  • docs/ is generic Shell-template boilerplate (index.md titled "ConnectSoft Blazor Shell Template", references connectsoft-blazor-shell, net8/net9) - not Monitoring-specific.
  • Package version skew: project targets net10.0 while Directory.Packages.props pins many ASP.NET packages at 9.0.x (e.g. SignalR.Client 9.0.0); reconcile before publishing.
  • A local packages/ offline cache is checked in.

See also