Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with .NET Core 1.1 #143

Open
ghost opened this issue Jun 16, 2017 · 7 comments
Open

Does not work with .NET Core 1.1 #143

ghost opened this issue Jun 16, 2017 · 7 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jun 16, 2017

Package doest not restores from NuGet when project targets to .NET Core 1.1.
Package version 1.9.1.

@NickCarton
Copy link

NickCarton commented Sep 21, 2017

This is also the case for .NET Core 2

At build time:

warning NU1701: Package 'Expressmapper 1.9.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.

At Run Time:
System.IO.FileLoadException: 'Could not load file or assembly 'ExpressMapper, Version=1.9.1.0, Culture=neutral, PublicKeyToken=ac363faa09311ba0'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'

@mkontula
Copy link

mkontula commented Oct 9, 2017

Having exactly same issue as @NickCarton. This is becoming a rapid show stopper for use.

@jarzimichal
Copy link

Same in here - can't use with .net core 2.0.
Any chance to to have that fixed?

Thanks!

@artyom-p
Copy link

The same here, core 2.0

@bbqchickenrobot
Copy link

No news? Is this project still being maintained? I am willing to convert this to netcore 2.0 which shouldn't be too hard...

@copernicus365
Copy link

FYI, I was able to transfer the files that were in NET CORE project into a new netstandard2.0 project (completely on it's own), and it compiles beautifully. https://github.com/copernicus365/ExpressMapper.NetStandard

@smairo
Copy link

smairo commented Oct 24, 2019

There is also standard2.0/standard2.1 version available (works with netframework, coreapp 1.0-3.0):
https://github.com/Enegia/ExpressMapper
https://www.nuget.org/packages/HolopaMir.ExpressMapper/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants