typesafe / mnailgun

A simple .Net wrapper library for the Mailgun API that allows you to send messages, create web hooks, manage mailboxes, etc. with minimal effort.
Other
35 stars 25 forks source link

.NET Core support #18

Open TomMarius opened 8 years ago

TomMarius commented 8 years ago

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

typesafe commented 8 years ago

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 commented 8 years ago

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...

wullinkm commented 7 years ago

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

typesafe commented 7 years ago

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

pnowosie commented 7 years ago

@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!

wullinkm commented 7 years ago

@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