pretzel icon indicating copy to clipboard operation
pretzel copied to clipboard

pretzel create is broken if used as global tool on netcoreapp3.0 runtime

Open biohazard999 opened this issue 5 years ago • 0 comments

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 as a global tool
  3. create an empty directory
  4. run pretzel create

Expected behavior The recipe is installed correctly

Actual behavior The files are created, but every file contains something like:

..\Resources\Razor\Atom.cshtml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

biohazard999 avatar Dec 11 '19 09:12 biohazard999