API Gateway Template — Solution Structure¶
Layer 3 adds ConnectSoft.ApiGatewayTemplate.* projects alongside base-template/ submodule content.
Typical projects¶
| Project | Role |
|---|---|
| Application | ASP.NET Core host — reverse proxy / YARP-style pipeline |
| ApplicationModel | Composition, gateway registrations |
| DomainModel / ServiceModel | Route definitions, policies, tenant resolution (as generated) |
| Options | Typed options for routes, auth, rate limits |
| Tests | Unit, architecture, acceptance |
Exact names match generated solution — inspect .slnx / .sln in repo.