Architecture¶
The template has a top-level .template.config/template.json with short name connectsoft-blazor-shell and 4 symbols.
This page documents only architecture evidence visible in the current repository.
Project Shape¶
src/Shared.Contracts/Shared.Contracts.csprojsrc/Shell.BlazorServer/Shell.BlazorServer.csprojtests/ConnectSoft.Blazor.ShellTemplate.ScaffoldTests/ConnectSoft.Blazor.ShellTemplate.Scaffolding.Tests.csprojtests/Shell.BlazorServer.UnitTests/Shell.BlazorServer.UnitTests.csproj
Classification¶
ConnectSoft, Web, Blazor, Shell, Server, Microfrontend, 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.