Aaron Sherber

Results 118 comments of Aaron Sherber

I actually now also have inline attachments working. When you have decided whether you prefer the versioned or unversioned `MailgunMessage` (I think I prefer the versioned), I'll add inline attachments...

I'm a fan of this library and happy to help out, but since SparkPost isn't central to my work right now, I don't think I'd be a good maintainer. I...

@Robar666 If you're moving to .NET 6, and you've already migrated this library to netstandard2.0 (per your earlier post and PR), then you should be good to go, no? I...

I think the Travis build is failing only because it's not set up to compile .NET Standard projects; there are related error messages in the log. I'm not sure how...

Oh, I see – he's got two different solutions, so Travis isn't trying to build the NET Standard one. I think there are advantages to keeping the projects in a...

That's added by the tooling when you create a new .NET Standard library, part of the .xproj.

I added the `dotnet restore` that @Gorniv suggested, but it looks like Travis isn't doing anything with this branch currently.

... and from #136 it looks like Travis doesn't know how to do `dotnet restore` anyway, so nevermind! (I don't really have experience with Travis, so I'll leave it to...

@darrencauthon With @Gorniv showing the way, I fixed up travis.yml to build things correctly. But in the last failing build, Travis is trying to do ``` nunit-console src/SparkPost.Tests/bin/Release/SparkPost.Tests.dll ``` even...

@Gorniv I have a single solution file. If Travis builds the Release configuration with mono, it will fail because the solution includes the NET Standard project (mono can only build...