Dapper-Extensions icon indicating copy to clipboard operation
Dapper-Extensions copied to clipboard

Does not work with Microsoft.NETCore.App

Open motoyugota opened this issue 8 years ago • 14 comments

Hi, I tried adding this to a .Net Core app and it says that DapperExtensions is not compatible with .Net Core. Any plans on making an update with that support?

motoyugota avatar Oct 31 '16 02:10 motoyugota

I also encountered the same problem

xLabel avatar Oct 31 '16 09:10 xLabel

There is a DNX Core that was a PR. I have not been successful getting it compiled.

tmsmith avatar Nov 01 '16 21:11 tmsmith

If this isn't too big an effort, it would be greatly appreciated.

kenhahn85 avatar Nov 20 '16 12:11 kenhahn85

Me too

candidodmv avatar Nov 29 '16 12:11 candidodmv

Please, add support for .NET Core. I would like to use Dapper-Extensions as I used it before

enterpub avatar Dec 01 '16 15:12 enterpub

+1

Kordonme avatar Dec 12 '16 12:12 Kordonme

:+1: :)

PeterKneale avatar Dec 14 '16 04:12 PeterKneale

When you change the project.json, you can use it with .NETCoreApp1.1. If you want i can create a pull request for this, but i'm not able to execute the tests for this since i don't have a Nunit test runner available ( Linux environment without mono )

robvanpamel avatar Dec 14 '16 12:12 robvanpamel

+1

jbanken avatar Mar 23 '17 02:03 jbanken

I am also had the same problem, i can add the reference dapperExtensions to my .net core app project ,it will produce an error(System.MissingMethodException) whenever i call the dapper extensions methods

ipmsgclip_s_1490768565_0 ipmsgclip_s_1490768616_0

vignesh-nethaji avatar Mar 29 '17 06:03 vignesh-nethaji

Created a new pull request for Core .NET Standard 1.6. Unit tests are passing + SqlServer integration tests are passing https://github.com/tmsmith/Dapper-Extensions/pull/152

sberserker avatar Apr 10 '17 02:04 sberserker

Another approach where existing DapperExtensions project was converted to multitarget .net standard 1.6/ .net 4.5.2 https://github.com/tmsmith/Dapper-Extensions/pull/153

sberserker avatar Apr 11 '17 06:04 sberserker

Please, proceed with the merges for #153. It'd be an amazing upgrade!!

jedielson avatar May 25 '17 13:05 jedielson

The support to net core are already in master branch and new version is supporting net core 2.1, 3.1 and Net 5.0

valfrid-ly avatar May 07 '21 14:05 valfrid-ly