847 B
847 B
Furniture DAL Package Consumption Baseline
Objective
Remove cross-repo source coupling from Furniture.DAL and consume shared contracts through NuGet packages.
Applied Baseline
Furniture.DAL.csproj now consumes:
BuildingBlock.Catalog.Contracts0.1.0-decouple.20260225140619Core.Blueprint.Common0.1.1-decouple.20260225143446(runtime-enabled baseline)
Feed Configuration
Repository-level nuget.config includes:
gitea-org:http://192.168.68.156:3000/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/Furniture.DAL/Furniture.DAL.csproj. - DAL remains technical/provider-oriented and independent from BFF/Service source coupling.