Skip to content

Commit 0223916

Browse files
Lanning, MarkLanning, Mark
authored andcommitted
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

32 files changed

+388
-1564
lines changed

.github/workflows/publish_nugets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919

2020
env:
21-
SOLUTION_PATH: './ThingsLibrary.Frameworks.sln'
21+
SOLUTION_PATH: './ThingsLibrary.Frameworks.slnx'
2222

2323
steps:
2424
- name: Checkout

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818

1919
env:
20-
SOLUTION_PATH: './ThingsLibrary.Frameworks.sln'
20+
SOLUTION_PATH: './ThingsLibrary.Frameworks.slnx'
2121

2222
steps:
2323
- name: Checkout

Database/src/ThingsLibrary.Database.Cosmos/.editorconfig

Lines changed: 0 additions & 248 deletions
This file was deleted.

Database/src/ThingsLibrary.Database.Cosmos/DataContext.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

Database/src/ThingsLibrary.Database.Cosmos/Extensions/DatabaseExtensions.cs

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)