Manuel Grundner

Results 10 issues of Manuel Grundner

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...

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...

With the rise of webcomponents & frameworks like vuejs and react it would be really cool if we could support a similar model to separate chunks of ui into smaller...

It would be awesome if we can install pretzel plugins directly from nuget. Proposed solution: - [ ] Add a new plugin commands - [ ] List packages - [...

Cause leaving C# to write a build script and use powershell is lame ❤ - [Cake](https://cakebuild.net)

The nuget package is missing the `true` flag. When installed the transient dependencies (for example `Microsoft.CodeAnalysis.CSharp`) will be included in the clients project. When installed via nuget it will mark...