mnailgun icon indicating copy to clipboard operation
mnailgun copied to clipboard

.NET Core support

Open TomMarius opened this issue 8 years ago • 6 comments

Hello, could you please kindly add .NET Core 1.0/CoreCLR support?

TomMarius avatar May 25 '16 15:05 TomMarius

It's already on my agenda. It's mainly a matter of finding the time to do it...

Feel free to take a stab at it yourself.

typesafe avatar May 26 '16 11:05 typesafe

Looks like the System.Net.Mail namespace is not available in core, yet(?). I'll see how much work it is to just add compatible classes...

typesafe avatar Jul 23 '16 17:07 typesafe

Hello, I've started work on porting some things to .net core, it's still work in progress but perhaps there is something you can use, if you are interested I can make a pull request :)

https://github.com/wullinkm/mnailgun

wullinkm avatar Dec 04 '16 15:12 wullinkm

Great! I'll have a look over the weekend.

typesafe avatar Dec 16 '16 07:12 typesafe

@wullinkm Great job porting this lib to dotnet core. Unfortunatelly framework target "dnxcore50" doesn't work any more. Could you please update nuget package? Changes I made to get this working are too silly for PR :)

Thank you!

pnowosie avatar Feb 27 '17 20:02 pnowosie

@pnowosie Hi, I uploaded a new version that's now being indexed (so it''ll be a bit before it shows up in the feed), I'm not that experienced with the whole package creation thing, but I think it should work :)

https://www.nuget.org/packages/mnailgun.core/2.0.1

wullinkm avatar Feb 28 '17 20:02 wullinkm