PrintsCharming / ObjectHydrator

This project allows you to pass custom POCO's to it, and have it return an instance of the class populated with randomly generated data. This random data can be overridden by convention.
Apache License 2.0
39 stars 19 forks source link

Add dot net core support #17

Open rukai-kooboo opened 7 years ago

rukai-kooboo commented 7 years ago

add project port V2 to support Dot net core

PrintsCharming commented 7 years ago

Thanks! Let me dive into this and test it out.

Loyalar commented 3 years ago

Has this ever been looked at? The project seems awesome, but is not usable in a .NET Core yet :(

PrintsCharming commented 3 years ago

Has this ever been looked at? The project seems awesome, but is not usable in a .NET Core yet :(

There is a .Net Standard version https://github.com/PrintsCharming/FoundationStandard.ObjectHydrator

I've managed to use it in .Net Core projects.

However I am looking at a re-write soon in .Net 6