Skip to content

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.json with short name connectsoft-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.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