- 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 |
||
|---|---|---|
| .. | ||
| bin\Debug/net10.0 | ||
| Configurations | ||
| Migrations | ||
| DesignTimeApplicationDbContextFactory.cs | ||
| Fengling.Platform.Infrastructure.csproj | ||
| GlobalUsings.cs | ||
| ITenantStore.cs | ||
| PlatformDbContext.cs | ||
| SeedData.cs | ||
| TenantManager.cs | ||
| TenantStore.cs | ||