Pomelo.EntityFrameworkCore.MySql icon indicating copy to clipboard operation
Pomelo.EntityFrameworkCore.MySql copied to clipboard

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

Open JaneConan opened this issue 10 months ago • 1 comments

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:

JaneConan avatar Apr 26 '24 06:04 JaneConan

@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.

roji avatar Apr 29 '24 12:04 roji