JonPSmith / EfCore.TestSupport

Tools for helping in unit testing applications that use Entity Framework Core
https://www.thereformedprogrammer.net/new-features-for-unit-testing-your-entity-framework-core-5-code/
Other
352 stars 53 forks source link

Support EF Core 5 #42

Closed CrahunGit closed 3 years ago

CrahunGit commented 3 years ago

Currently tests are failing becouse seems that library tries to call internal EF Core method that are not available now. Do you plan to update the library?

JonPSmith commented 3 years ago

Hi @CrahunGit,

Just to let you know that there is a version of EfCore.TestSupport out now, but I recommend you read the Version 5 upgrade doc as there are a lot of changes, some of which are breaking changes.

CrahunGit commented 3 years ago

Thank you @JonPSmith. I'm going to take a look.