Darren
Darren
I've closed this as I'm not sure its the right approach.
I have updated and cleaned up the above extension method. To reflect the latest API (9.6.0). I should add I haven't test this yet but should do before close of...
Furthermore if you believe this would make a useful feature. I would be open to making this extension into a PR with associated tests etc.
Upon investigation the System.Net.Mail assembly wasn't inlcuded in the .NET standard v1.3. However it appears that it has been ported to v2.0. Once the v2.0 standard is released I will...
The problem with creating a pull request is simply that .net core 1.0 does not contain System.Net.Mail.MailMessage. Which is the minimum version of .net core the SendGrid client currently supports....
I have a plan. Will fork and take a look at the weekend. It might not be nearly as bad as I would think.
> i've been using this to fix it: > > sed -i -Ee 's;(launchctl) load -w;\1 bootstrap gui/$user_id;' -e 's;(launchctl) unload;\1 bootout gui/$user_id;' -e 's;(launchctl) list;\1 print gui/$user_id;' svc.sh @jordanb-afs...