Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
System.TypeLoadException: Method 'Quote' in type does not have an implementation.
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:
Further technical details
MySQL version: Operating system: Pomelo.EntityFrameworkCore.MySql version: Microsoft.AspNetCore.App version:
Other details about my project setup:
@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.