fengling-platform/Fengling.Platform.Infrastructure
movingsam 0bbc97e4a1 refactor: align TenantRepository with CleanDDD/NetCorePal规范
- remove duplicate ITenantRepository/TenantRepository from Console
- extend Platform ITenantRepository with GetByIdAsync, GetPagedAsync, CountAsync
- update Console services to use Platform.Infrastructure.Repositories
- fix nullable warnings (UserDto, OAuthClientService)
- fix YarpGateway Directory.Build.props duplicate import
- fix DynamicProxyConfigProvider CS8618 warning
2026-02-19 19:20:06 +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 refactor: align TenantRepository with CleanDDD/NetCorePal规范 2026-02-19 19:20:06 +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