Skip to content

Repo status

ConnectSoft.Blazor.Mfe.ECS.AdminTemplate is a work-in-progress product repo, not yet a dotnet new template.

Present

  • Solution ConnectSoft.Blazor.Mfe.ECS.AdminTemplate.slnx (repo root), src/ Blazor Server project (net10.0).
  • global.json (SDK 10.0.100).
  • Full admin UI and ECS API clients (config, versions, policies, compliance, tenants).
  • A real domain test (ConfigurationVersionDiffTests).

Gaps to become a real template

  • No .template.config/template.json, dotnetcli.host.json, or ide.host.json.
  • No NuGet template packaging.
  • No docs/, no samples/, no .runsettings.
  • No CI pipeline YAML.
  • Tests are mostly a placeholder (SampleTest) plus one real diff test.
  • No project-name rename tokens or UIKit-adapter parameter (docs elsewhere mention one; no manifest implements it).

See also