mgravell / fast-member

Automatically exported from code.google.com/p/fast-member
Apache License 2.0
1.02k stars 137 forks source link

Which version to use for .NET Core development #74

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi Marc, You have an amazing library. I just want to check which version of FastMember to use for .NET core 2.1 development project. We are successfully able to run both FastMember 1.3 and FastMember .NET Core version 1.1.0. Which library is the better one in terms of future support and bug fixes.

Appreciate your advise.

Thanks, Sheel

mgravell commented 5 years ago

Nuget's current version is 1.4.1, which supports .NET Standard 2.0, so I'd say: use that. I'm not sure why you'd use 1.3 or 1.1.0 at this point, and if there is a reason: please let me know so I can compensate.

ghost commented 5 years ago

Hi Marc, Thanks for your response. We will switch to version 1.4.1.

Regards, Sheel

mgravell commented 5 years ago

1.5 is en-route to nuget, and includes a .netcoreapp2.0 target with zero external dependencies