Dapper-Extensions
Dapper-Extensions copied to clipboard
Does not work with Microsoft.NETCore.App
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?
I also encountered the same problem
There is a DNX Core that was a PR. I have not been successful getting it compiled.
If this isn't too big an effort, it would be greatly appreciated.
Me too
Please, add support for .NET Core. I would like to use Dapper-Extensions as I used it before
+1
:+1: :)
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 )
+1
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
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
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
Please, proceed with the merges for #153. It'd be an amazing upgrade!!
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