Dapper-Extensions
Dapper-Extensions copied to clipboard
Support .net Core
Support .net Core
I wondered if there were any plans to support .Net Core etc please?
I'd be happy to contribute if the project is not dead.
Pull request #209
Think I have the old dnxcore project working with NetStandard & NetFramework. Need to port the test projects over to utilize it I think, then remove the old code
Cleaned everything up and ported the nupkg to the new csproj format way of packaging also
Thanks @robsonj for your efforts. I hope @tmsmith is able to review and merge these changes to add netstandard support. If the repo is really abandoned, perhaps you can maintain a fork?
Looks like it is dead. The issue is getting a new nuget package published. I sent the owners an email via nuget.org, hopefully we'll get some sort of response. If they'd be happy to add me as an owner, I could get a new nuget package published.
Any news with porting to .net core?
Looks like it is dead. The issue is getting a new nuget package published. I sent the owners an email via nuget.org, hopefully we'll get some sort of response. If they'd be happy to add me as an owner, I could get a new nuget package published.
Checking back a year later -- any news? Or have you made your own fork?
We merged in the code to our own code base months ago. Gave up trying to help
How about sharing your fork?
Thank you for your efforts @robsonj! I was just about to start refactoring this project until I came across this thread. Do you mind contributing your work in a public fork? It would be greatly appreciated and save this developer a good chunk of duplicate work!
Thanks again!
Nevermind spoke to soon! THANK YOU : https://github.com/robsonj/Dapper-Extensions
It's is compatible with net core but soon I'll be a version that would integrate all versions
Version 1.7.0 onwards is Core compatible
Whenever I try and import this into a .net standard 2.0 project it blows up saying that it cannot resolve Slapper.AutoMapper.
Looking at that lib it seems to have an issue around there is a version that is .net standard 2.1 and a version which is .net standard 2.0, but I guess while your repo supports .net standard 2.0 that dependency doesnt?