Commit 0223916
Refactor and update database configurations
Updated GitHub Actions workflows to include a new solution path `./ThingsLibrary.Frameworks.slnx`. Removed `.editorconfig`, eliminating specific code style rules. Removed `DataContext.cs` and `DatabaseExtensions.cs` for Cosmos and Mongo, indicating a refactor. Updated project files for Cosmos and MongoDB with new titles and descriptions, and upgraded MongoDB driver. Replaced `ThingsLibrary.Frameworks.sln` with `ThingsLibrary.Frameworks.slnx`. Added new `ServiceCollection.cs` files for database extensions and a `ServiceProvider.cs` for database initialization. Updated project files for Postgres and SQL Server with new metadata and descriptions. Changed namespace in `AppService.cs` for project reorganization.1 parent 7aa8d07 commit 0223916
File tree
32 files changed
+388
-1564
lines changed- .github/workflows
- Database/src
- ThingsLibrary.Database.Cosmos
- Extensions
- ThingsLibrary.Database.Mongo
- Extensions
- ThingsLibrary.Database.Postgres
- Extensions
- ThingsLibrary.Database.SqlServer
- Extensions
- ThingsLibrary.Database
- Extensions
- Entity/src/ThingsLibrary.Entity/HealthChecks
- Services/src/ThingsLibrary.Services
32 files changed
+388
-1564
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 0 additions & 248 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 58 deletions
This file was deleted.
0 commit comments