fengling-platform/Fengling.Platform.Infrastructure
movingsam d737688e9b feat(auth): extract Tenant to Platform domain
- Add Fengling.Platform domain and infrastructure projects
- Move Tenant aggregate from AuthService/Console to Platform.Domain
- Add TenantRepository and SeedData to Platform
- Remove duplicate Tenant/TenantInfo models from AuthService and Console
- Update controllers and services to use Platform.Domain.Tenant
- Add new migrations for PlatformDbContext

BREAKING CHANGE: Tenant entity now uses strongly-typed ID (TenantId)
2026-02-18 23:02:03 +08:00
..
bin\Debug/net10.0 feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Configurations feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Migrations feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Repositories feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
DesignTimeApplicationDbContextFactory.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Fengling.Platform.Infrastructure.csproj feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
GlobalUsings.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
PlatformDbContext.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
SeedData.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00