Skip to content

Architecture

The template has a top-level .template.config/template.json with short name connectsoft-blazor-mfe and 18 symbols.

This page documents only architecture evidence visible in the current repository.

Project Shape

  • ConnectSoft.Blazor.MicrofrontendLibraryTemplate.Pack.csproj
  • samples/Shell.BlazorServer.Gallery/Shell.BlazorServer.Gallery.csproj
  • src/Mfe.Identity.Admin.Blazor/Mfe.Identity.Admin.Blazor.csproj
  • src/Mfe.Identity.SelfService.Blazor/Mfe.Identity.SelfService.Blazor.csproj
  • src/Shell.BlazorServer.Core/Shell.BlazorServer.Core.csproj
  • src/Shell.BlazorServer.DaisyUI/Shell.BlazorServer.DaisyUI.csproj
  • src/Shell.BlazorServer.Flowbite/Shell.BlazorServer.Flowbite.csproj
  • src/Shell.BlazorServer.Security/Shell.BlazorServer.Security.csproj
  • src/Shell.BlazorServer.SecurityAnalyzers/Shell.BlazorServer.SecurityAnalyzers.csproj
  • src/Shell.BlazorServer.Tokens/Shell.BlazorServer.Tokens.csproj
  • src/Shell.BlazorServer/Shell.BlazorServer.csproj
  • tests/ConnectSoft.Blazor.MicrofrontendLibraryTemplate.ArchitectureTests/ConnectSoft.Blazor.MicrofrontendLibraryTemplate.ArchitectureTests.csproj
  • tests/ConnectSoft.Blazor.MicrofrontendLibraryTemplate.ScaffoldTests/ConnectSoft.Blazor.MicrofrontendLibraryTemplate.Scaffolding.Tests.csproj
  • tests/ConnectSoft.Blazor.MicrofrontendLibraryTemplate.UnitTests/ConnectSoft.Blazor.MicrofrontendLibraryTemplate.UnitTests.csproj
  • tests/Shell.BlazorServer.ArchitectureTests/Shell.BlazorServer.ArchitectureTests.csproj
  • tests/Shell.BlazorServer.LinkerTest/Shell.BlazorServer.LinkerTest.csproj
  • tests/Shell.BlazorServer.UnitTests/Shell.BlazorServer.UnitTests.csproj

Classification

ConnectSoft, Web, Blazor, Microfrontend, UI, Solution, Templates

Boundaries

  • Keep template-specific behavior in this repo.
  • Use shared ConnectSoft guidance for cross-cutting concerns instead of duplicating canonical explanations.
  • Validate any architecture claim against project references, package references, and generated output.