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

Support .net Core

Open willtoto opened this issue 7 years ago • 15 comments

Support .net Core

willtoto avatar Oct 20 '18 07:10 willtoto

I wondered if there were any plans to support .Net Core etc please?

robsonj avatar Nov 21 '18 17:11 robsonj

I'd be happy to contribute if the project is not dead.

robsonj avatar Nov 21 '18 17:11 robsonj

Pull request #209

robsonj avatar Dec 06 '18 03:12 robsonj

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

robsonj avatar Dec 06 '18 03:12 robsonj

Cleaned everything up and ported the nupkg to the new csproj format way of packaging also

robsonj avatar Dec 07 '18 04:12 robsonj

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?

k3davis avatar Dec 14 '18 13:12 k3davis

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.

robsonj avatar Dec 14 '18 13:12 robsonj

Any news with porting to .net core?

wolszakp avatar Apr 15 '19 11:04 wolszakp

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?

istrupin avatar Nov 01 '19 22:11 istrupin

We merged in the code to our own code base months ago. Gave up trying to help

robsonj avatar Nov 01 '19 22:11 robsonj

How about sharing your fork?

gismofx avatar Nov 02 '19 00:11 gismofx

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

chrisjmccrum avatar Nov 02 '19 16:11 chrisjmccrum

It's is compatible with net core but soon I'll be a version that would integrate all versions

valfrid-ly avatar Mar 20 '21 13:03 valfrid-ly

Version 1.7.0 onwards is Core compatible

valfrid-ly avatar Feb 22 '22 21:02 valfrid-ly

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?

grofit avatar Feb 23 '22 12:02 grofit