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

Method 'get_Info' in type xxx does not have an implementation .??? #924

Closed
dorisoy opened this issue Nov 8, 2019 · 1 comment
Closed

Comments

@dorisoy
Copy link

dorisoy commented Nov 8, 2019

The issue

not support 3.0 ??

Method 'get_Info' in type 'Pomelo.EntityFrameworkCore.MySql.Infrastructure.Internal.MySqlOptionsExtension' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=2.2.6.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.”

Exception message:
Stack trace:


### Further technical details

MySQL version:8.0.18 
Operating system: win10
Pomelo.EntityFrameworkCore.MySql version: 2.2.6
Microsoft.AspNetCore.App version:3.0.0

@lauxjpn
Copy link
Collaborator

lauxjpn commented Nov 8, 2019

Please use the search function, because this has been discussed many times, for example:

#797
#825 (comment)

You are using Pomelo 2.2.6 together with EF Core 3.0.0, which is not supported.


You can find the Compatibility table on the first page of this repository:
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#ef-core-and-net-core

Pomelo.EntityFrameworkCore.MySql EF Core .NET Core
3.0.0-rc3.final (prerelease) 3.0.0 3.0
2.2.6 2.2.6 2.2 / 3.0

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

No branches or pull requests

2 participants