Commit f3fc834
committed
🔧 build: 更新数据库连接器版本并调整日志配置
- 更新 MySql、Oracle、PostgreSql、SqlServer 和 Sqlite 数据库连接器版本
- 移除单独的 dependency.props 和 references.props 文件,直接在 csproj 中配置依赖
- 在测试项目中统一添加日志配置,使用 AddXunitOutput
- 优化部分代码格式和命名1 parent 7c27e24 commit f3fc834
File tree
24 files changed
+46
-78
lines changed- framework
- src
- Bing.Dapper.MySql
- Bing.Dapper.Oracle
- Bing.Dapper.PostgreSql
- Bing.Dapper.SqlServer
- Bing.Dapper.Sqlite
- tests
- Bing.AspNetCore.Mvc.Tests/Bing/AspNetCore/Mvc
- Bing.Caching.CSRedis.Tests.Integration
- Bing.Caching.FreeRedis.Tests.Integration
- Bing.EventBus.Tests
- Bing.Logging.Serilog.Tests.Integration
- modules/admin/src
- Bing.Admin.Data.EFCore/Repositories/Systems
- Bing.Admin.Data.FreeSQL/Stores/Implements/Systems
- Bing.Admin.Service/Implements/Systems
24 files changed
+46
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
This file was deleted.
This file was deleted.
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | | - | |
22 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
This file was deleted.
This file was deleted.
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
This file was deleted.
This file was deleted.
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
0 commit comments