718 B
718 B
Thalos DAL Package Consumption Baseline
Objective
Remove cross-repo source coupling from Thalos.DAL and consume shared contracts through NuGet packages.
Applied Baseline
Thalos.DAL.csproj now consumes:
BuildingBlock.Identity.Contracts0.2.0Core.Blueprint.Common0.2.0
Feed Configuration
Repository-level nuget.config includes:
gitea-org:https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.jsonnuget.org
Because feed is currently HTTP, allowInsecureConnections="true" is required for the Gitea source.
Boundary Notes
- No cross-repo
ProjectReferenceremains insrc/Thalos.DAL/Thalos.DAL.csproj. - DAL retains technical/provider ownership only.