-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to EFCore 9 #292
Update to EFCore 9 #292
Conversation
Mostly everything is being updated with .NET 9 packages.
This will take some extra work to get updated due to a lot of breaking changes with the CosmosDB provider. I can either take this opportunity to make the jump to Postgres like I've been planning for a while (Since I'm also planning on moving MuzakBot exclusively into my private server infrastructure) or just fix the breaking changes for now. |
This will be merged after the next major update to accommodate for the migration from CosmosDB to Postgres. Primarily due to the reliance on the EFCore 8 CosmosDB provider being needed to easily migrate the data over. |
* Remove multiple items - Removed AlbumReleaseDbContext. - Removed LyricsAnalyzerDbContext. - Removed CosmosDB to Postgres migrations. - Removed CosmosDB as a database type. * Remove CosmosDB to Postgres migration in main bot app * Remove CosmosDB packages
Just about everything is ready to go, except for Npgsql's EFCore 9 update. Once that's published, I can update the package reference in this branch and I should be able to merge this. |
Description
Related issues
Stack
main