fluentsprings / ExpressMapper

Mapping .Net types
http://www.expressmapper.org
Other
310 stars 65 forks source link

ExpressMapper .net core production ready? #155

Open zbuttons opened 5 years ago

zbuttons commented 5 years ago

Is ExpressMapper .net core production ready?

I get a warning under dependencies that Expressmapper 1.9.1 was restored using Net framework instead of project target framework. Will that be a problem?

smairo commented 5 years ago

It might work, or it might not. fluentsprings haven't updated anything for a loong time.

You can always use my fork, that our company have been using for production over a year now: https://github.com/Enegia/ExpressMapper

https://www.nuget.org/packages/HolopaMir.ExpressMapper/

My fork has been made to work with netstandard, so you can use it with netframework or netcore (core 3.0 also!)