huysentruitw / entity-framework-core-mock

Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute
MIT License
132 stars 24 forks source link

Any intention to publish version 2.5 to nuget? #55

Open LokiMidgard opened 10 months ago

LokiMidgard commented 10 months ago

It took me some time to find out why the async add was not working on datacontext, while the code of this lib showed it should be straight forward handeld.

:)