pretzel
pretzel copied to clipboard
A site generation tool (and then some) for .NET platforms
CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...
Virtual directory support incorrectly prepends the virtual directory to protocol relative URLs **To Reproduce** 1. I created my site with: `pretzel create --t=razor --withproject` 1. Then I baked it: `pretzel...
I'm currently making static sites to download apps via msix. Cause the windows10 app installer needs specialized mime types I need a way to specify them for easier testing. Proposed...
**Describe the bug** When using pretzel taste an `PlatformNotSupportedException` is thrown ```txt Unhandled Exception: System.PlatformNotSupportedException: Thread abort is not supported on this platform. at System.Threading.Thread.Abort() at Pretzel.Logic.Win32Processes.GetFilesLockedBy(Process process) in C:\F\github\pretzel\src\Pretzel.Logic\SanityCheck.cs:line...
**Describe the bug** When running create on dotnetcore as a global tool on netcoreapp3.0 creation is broken. **To Reproduce** Steps to reproduce the behavior: 1. Install dotnetcore3.0 2. Install pretzel...
This is more an alternative to #81 - instead of trying to support running on Mono, maybe go for .NET Core instead? You'll get the same ultimate goal (cross-platform) and...
In order to allow any member to do it. Incomplete list: - run [coverity](https://scan.coverity.com/) and fix issues if there are - run [GitReleaseNotes](https://github.com/GitTools/GitReleaseNotes) (seems dead, maybe try [this one](https://github.com/StefH/GitHubReleaseNotes)) to...
Maybe based on this: https://visualstudio.github.com/release-notes.html This will probably require to change the way the release notes are generated.
To support plugin developers and reduce maintainance use [System.Composition.Convention](https://www.nuget.org/packages/System.Composition.Convention/) for some parts of the application (where it makes sense) - custom commands - argument and command binding - the pubic...
It would be cool if we could use [GithubPages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) and pretzel it self to build the documentation. This way it would be possible to contribute to documentation and help without...