fluentsprings / ExpressMapper

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

UWP support #119

Open AuroraDysis opened 8 years ago

AuroraDysis commented 8 years ago

I can install package successfully, but throw a runtime error:

Could not load file or assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
anisimovyuriy commented 8 years ago

Dear @AuroraDysis ,

Are still experiencing this issue - isn't it dot net core issue?

Thanks, Yuriy

AuroraDysis commented 8 years ago

Yes, only create a UWP application, install and call ExpressMapper, you will find this exception. with Microsoft.NETCore.UniversalWindowsPlatform 5.2.2

AuroraDysis commented 8 years ago

Some may be useful rx.net project.json image