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

Added support for passing calling assembly #22

Closed Selmirrrrr closed 5 years ago

Selmirrrrr commented 5 years ago

Hi,

Here's my PR to enable a way to avoid an issue (#21) I'm facing with TestSupport.

I'm providing an overload for SeedJsonHelpers.ReadSeedDataFromJsonFileandSeedJsonHelpers.WriteJsonToJsonFile` to give the possiblity to pass the executing assembly directly from the test method.