Re: Missing Method Exception - EFCore 7.0
Posted by: Daniel Valdez
Date: November 25, 2022 09:25AM

Hi Sam,

MS EFCore 6 and MS EFCore 7 are not compatible with each other, that means that you cannot mix the versions as you are doing it; you need to match the same version of MS EFCore and MySQL EFCore.

You can find more information and simple examples on how to work with EF Core in here: https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html

Thanks,
Daniel

Options: ReplyQuote


Subject
Written By
Posted
Re: Missing Method Exception - EFCore 7.0
November 25, 2022 09:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.