Skip to content
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

System.TypeLoadException: Method 'Quote' in type does not have an implementation. #1915

Open
JaneConan opened this issue Apr 26, 2024 · 1 comment

Comments

@JaneConan
Copy link

Steps to reproduce

Ideally include a complete code listing that we can run to reproduce the issue.
Alternatively, you can provide a project/solution that we can run.

The issue

Describe what is not working as expected.

If you are seeing an exception, include the full exceptions details (message and stack trace).

Exception message:
Stack trace:

image

Further technical details

MySQL version:
Operating system:
Pomelo.EntityFrameworkCore.MySql version:
Microsoft.AspNetCore.App version:

Other details about my project setup:

@roji
Copy link

roji commented Apr 29, 2024

@JaneConan looks like you're mixing versions of EF and the MySql provider (Quote was introduced in the latest preview). Use the version of the MySql provider that corresponds exactly to the EF version being used, especially when it comes to previews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants