You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jiang eb37c0e183 refactor: 重构配置管理和测试规范
数据库配置:
- 将数据库连接字符串移到 web.config 的环境变量中
- 从 appsettings.json 删除 ConnectionStrings 节点
- 使用 ConnectionStrings__CNCBusinessDB 和 ConnectionStrings__CNCLLogDB 格式

系统配置:
- 创建 App_Data 目录存储系统配置
- 创建 system_config.json 存储 CollectionSettings、LoggingSettings、AlarmSettings 等
- 更新 Haoliang.Api.csproj 包含 App_Data/**/* 内容到输出

测试规范:
- 创建 testing-requirements.md 测试规范文档
- 删除旧的 Tests 项目并重建
- 创建 SystemControllerTests.cs 实现 100% 方法/分支/参数覆盖
- 添加 Haoliang.Api 项目引用以支持测试

符合要求:
- 数据库配置仅存储在 web.config
- 其他系统配置存储在 App_Data/system_config.json
- App_Data 作为项目内容,随项目一起编译和发布
3 weeks ago
..
ref refactor: 重构配置管理和测试规范 3 weeks ago
refint refactor: 重构配置管理和测试规范 3 weeks ago
staticwebassets refactor: 重构配置管理和测试规范 3 weeks ago
.NETCoreApp,Version=v8.0.AssemblyAttributes.cs refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.AssemblyInfo.cs refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.AssemblyInfoInputs.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.GeneratedMSBuildEditorConfig.editorconfig refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.GlobalUsings.g.cs refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.MvcApplicationPartsAssemblyInfo.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.MvcApplicationPartsAssemblyInfo.cs refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.assets.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.csproj.AssemblyReference.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.csproj.CoreCompileInputs.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.csproj.FileListAbsolute.txt refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.deps.json refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.dll refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.genpublishdeps.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.genruntimeconfig.cache refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.Api.pdb refactor: 重构配置管理和测试规范 3 weeks ago
Haoliang.E9F179F4.Up2Date refactor: 重构配置管理和测试规范 3 weeks ago
PublishOutputs.479583a78d.txt refactor: 重构配置管理和测试规范 3 weeks ago
apphost.exe refactor: 重构配置管理和测试规范 3 weeks ago
staticwebassets.build.json refactor: 重构配置管理和测试规范 3 weeks ago
staticwebassets.publish.json refactor: 重构配置管理和测试规范 3 weeks ago