-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Not able to use the package with .NET 9 #1605
Comments
This is specifically for the MySql package which I am not using at the moment. I decided to install just the SqlServer package and that worked for me. Closing this issue. |
Will check it out for MY as well, soon when new version gets added. |
I didn't have success with PGSQL either. I will re-check it in the coming days. |
I will reopen the issue as the actual problem is still not solved due to an external dependency. |
Pomelo for MySql has preRelease 9 but even that has some companitibilty issues. |
v9.0.0-rc.1 is now published on nuget. |
I have installed the preview version and tried it. Getting the same error that I mentioned in #1620 at EFCore.BulkExtensions.IQueryableExtensions.ToParametrizedSql(IQueryable query) |
@evicio1 are you using one of configs SynchronizeFilter or SynchronizeSoftDelete ? |
Yes, SynchronizeFilter. ex:
|
@evicio1 Can you write entire test for this (or alter existing one for BulkSync), not able to repreduce it. |
We're not using any MySql packages but I am not able to update These are our relevant nuget packages: |
@borisdj I implemented a small fix that seems to resolve the issue. Could you please review it?
|
@evicio1 I have integrate it and made a commit. |
Also provider specific nugets for MS, PG and LT are now published in full release 9.0.0. |
I have tested and it's all good. Thank you @borisdj |
The following error comes up when you upgrade to .NET 9.
Warning As Error: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 8.0.2 requires Microsoft.EntityFrameworkCore.Relational (>= 8.0.2 && <= 8.0.999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
I think we need to either upgrade Pomelo.EntityFrameworkCore to support .NET 9 or find a replacement.
The text was updated successfully, but these errors were encountered: