Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.31 KB

File metadata and controls

36 lines (24 loc) · 1.31 KB

csdevlib/factory-pattern Origin

Source

Local Shell Naming

The original BeyondNet.Factory* projects were vendored and renamed under the UMS shell convention:

  • BeyondNet.Factory -> Ums.Shell.Factory
  • BeyondNet.Factory.Installer -> Ums.Shell.Factory.Installer
  • BeyondNet.Factory.Test -> Ums.Shell.Factory.Test
  • BeyondNet.Factory.Demo -> Ums.Shell.Factory.Demo

Namespaces, project names, solution references, and project references were updated to match the Ums.Shell.Factory convention.

Integration Status

This library is vendored as an isolated shared shell library.

Current status:

  • Referenced only by the isolated Ums.Shell.Ddd shell library.
  • Not referenced by Ums.Domain.
  • Not referenced by Ums.Application.
  • Not referenced by Ums.Infrastructure.
  • Not registered in the UMS build graph.

Governance Rule

Do not reference this shell from UMS production projects without an explicit architecture decision or implementation task. This copy exists to remove external package dependency from the isolated DDD shell and to allow local compatibility review.