- 移除单独的 GatewayDbContext,使用 PlatformDbContext - 修改 DbSet 名称为 GwTenantRoutes, GwServiceInstances - 添加必要的 using 引用
- 移除重复的 Directory.Packages.props 内容 - 清理 GatewayService.cs 中未使用的 using
- 添加 global.json 统一 .NET SDK 版本 (10.0.103) - 添加 Directory.Build.props 和 Directory.Packages.props 中央包管理 - 添加 NuGet.Config 包源映射 (gitea + nuget.org) - 添加 CI 工作流: build.yml (编译), docker.yml (构建镜像), deploy.yml (K8s 部署) - 添加 k8s/ 目录: deployment.yaml, service.yaml - 修复项目引用路径 - 升级 Swashbuckle 7.1.0 + Microsoft.OpenApi 1.6.28 解决 .NET 10 兼容性