SnS is a Blazor and .NET platform organized around thin host applications and reusable framework libraries. Host projects compose services, routing, authentication, and static assets. Reusable domain behavior lives in framework projects.
Applications should remain thin. Domain behavior should move into framework projects only when it is reusable and belongs to that layer. Spatial provider details should stay in provider folders, and generated model files should be treated as schema-owned code.
The direct source reference to the neighboring DataMine.Framework workspace is intentional in this development environment. It gives the SnS solution access to active framework development and keeps shared patterns visible.