Nate McMaster

Results 130 comments of Nate McMaster
trafficstars

I would be willing to accept a pull request for this.

Why do you need need to call .Stop() before the assembly is reloaded? Can you elaborate more on what problem you're encountering? > I also have the problem that I...

> Actually I need to call stop to correctly close everything in the plugin, like database connections. Makes sense, but what problems are you having with the current API? The...

FYI - this project is in maintenance mode right now. I updated the labels on this issue. See #117 for detail on what the applied labels indicate.

I'll mark this as 'help wanted'. There are probably better ways to handle these errors and would be open to contributions to improve it. (FYI - this project is in...

I wrote a blog post a while ago showing how to make tasks work on regular MSBuild and MSBuild for .NET Core. Hope it helps. http://www.natemcmaster.com/blog/2017/07/05/msbuild-task-in-nuget/

This looks like a common mistake I've made dozens of times with Command Prompt. Windows itself does the argument splitting, and it is interpreting `\"` to mean "oh, you wanted...

We're removing usages of nuget package analyzer for now. Now plans to port to arcade yet. We can reopen if we decide to port it over.

Ok, here is a pull request which implements this. https://github.com/djc/askama/pull/726 Note: my source of inspiration was https://arctic-hen7.github.io/blog/dev/mdbook-versioning/ by @arctic-hen7

So, I see #726 was rejected. Can you give more specific guidance about what you would accept? I'm happy to help contribute, and I don't want to waste time trying...