Fengling Platform - 共享库 (Domain + Infrastructure)
Go to file
Kimi CLI b66b231917
All checks were successful
Publish Platform NuGet Packages / build (push) Successful in 26s
refactor: replace GwTenantRoute with GwRoute, change Id type to string
- Remove GwTenantRoute (old tenant-specific route entity)
- Add GwRoute with string Id (Guid.CreateVersion7)
- Update IRouteManager and IRouteStore interfaces
- Update PlatformDbContext configuration for new schema
- GwRoute is now global, tenant-specific routing moved to GwDestination.TenantCode

BREAKING CHANGE: Database schema change requires table recreation
2026-03-08 15:21:43 +08:00
.gitea/workflows fix: 从git tag提取版本号并传递给dotnet pack 2026-03-01 01:26:56 +08:00
.planning docs(phase-03): 更新验证报告 - 值对象重构 2026-03-03 21:10:06 +08:00
docs docs(03): capture phase context for gateway adjustment 2026-03-03 11:37:16 +08:00
Fengling.Platform.Domain refactor: replace GwTenantRoute with GwRoute, change Id type to string 2026-03-08 15:21:43 +08:00
Fengling.Platform.Infrastructure refactor: replace GwTenantRoute with GwRoute, change Id type to string 2026-03-08 15:21:43 +08:00
.gitignore Add .gitignore 2026-02-25 17:23:55 +08:00
AGENTS.md docs: add hierarchical AGENTS.md for subdirectories 2026-02-23 00:55:03 +08:00
Directory.Packages.props refactor(migrations): 删除初始数据库迁移及OpenIddict表相关脚本 2026-03-01 00:21:35 +08:00
Dockerfile Add Dockerfile 2026-02-26 10:56:06 +08:00
NuGet.Config feat(platform): 增强 Infrastructure 层可扩展性,添加 NuGet 发布脚本与 CI/CD 2026-02-27 13:58:09 +08:00