You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update project dependencies and refactor database handling
- Added permissions for Bash commands in `settings.local.json`.
- Updated `LogMk.sln` to include `RoboDodd.OrmLite` and `RoboDodd.OrmLite.Tests`.
- Changed package versions from `9.0.8` to `9.0.9` in `LogMkAgent.csproj` and `LogMkApi.csproj`.
- Refactored namespaces from `ServiceStack` to `RoboDodd.OrmLite` across multiple files.
- Replaced `IDbConnectionFactory` with `DbConnectionFactory` in various services and controllers.
- Removed `SqlExtensions.cs` file.
- Updated package versions in `package-lock.json` and `package.json`.
- Committed changes in the `RoboDodd.OrmLite` subproject.
0 commit comments