Erik Goughnour

Results 14 comments of Erik Goughnour

I have a pull request that addresses this. I added an msbuild task around the ToMarkdown() call. Since there are a few parameters on the task you can configure where...

Resolves #12. Manually tested and in unit tests.

Yeah--it probably needs the default functionality to handle all existing use cases without failure and without reconfiguration. I'd have to look at it for a second to see whether that's...

It looks like the only potential issue would be updating the NuGet package in projects where it is already installed. I am not sure what can be done in terms...

Suppressing some of the build tasks might work. Forcing open release notes in a text file is possible with nuget. So maybe the key is to explain the on/off functionality...

And by a small set of notes I mean something like: > Don't like the default build output? Paste one of the following into your project file as an attribute...

Okay. Using front-matter makes sense and it's a frequently used pattern. I'll add a commit or two to handle it.

# Bad News/Good News Currently - [X] ~the exception handling isn't in place for the liquid templating~. Avoiding exception-related complexity with Environment.Exit(0) in the plugin itself. - [X] ~the actual...

# Using the Pretzel Adapter - [ ] Create WIX installer for adapter - [ ] Create Chocolatey package from installer and pretzel and pretzel.scriptcs dependencies - [ ] MSBuild...