fengling-platform/Fengling.Platform.Infrastructure
movingsam a17dc9c419 refactor(platform): migrate Tenant to anemia model, use Manager pattern
- Convert Tenant to anemia model with long Id (no strong-typed ID)
- Add ApplicationUser, ApplicationRole to Platform.Domain (inherit Identity)
- Add TenantInfo value object for user-tenant redundancy
- Implement TenantManager/TenantStore in Platform.Infrastructure
- Update PlatformDbContext to inherit IdentityDbContext
- Migrate AuthService and Console to use Platform entities
- Remove old TenantRepository (replaced by TenantManager)
- Update AGENTS.md documentation
2026-02-21 13:22:08 +08:00
..
bin\Debug/net10.0 feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Configurations refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
Migrations 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 refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
GlobalUsings.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
ITenantStore.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
PlatformDbContext.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
SeedData.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
TenantManager.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
TenantStore.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00