WebCompiler
WebCompiler copied to clipboard
Not working on Visual Studio Mac
Installed product versions
- Visual Studio: Visual Studio For Mac 17.5.1
- This extension: 1.14.10
Description
The nugget does not work on Visual Studio Mac because an .exe file is used.
Steps to recreate
- Create a Blazor Server project
- Installation of the nugget
- Execute the project
Current behavior
I have an error: /Users/username/.nuget/packages/buildwebcompiler2022/1.14.10/build/BuildWebCompiler2022.targets(9,9): Error: An error occurred trying to start process 'cmd.exe' with working directory '/var/folders/g7/yfbykrln3sxdlf_xtpb48mwc0000gn/T/WebCompiler1.14.10'. No such file or directory (ERP.UI.Blazor)
Expected behavior
I expect to use this nugget with Visual Studio Mac
Pull requests welcome, I don't have a Mac.
I have the same problem, I can't Build or Rebuild on Visual Studio for Mac, because an cmd.exe file is used :
I solved deleting the extension, is not a solution but work. Please update.
Hi all - I've had a go at updating the code to support OS X + Linux. The implementation is 95% working. See #82
Hi all - I've had a go at updating the code to support OS X + Linux. The implementation is 95% working. See #82
Thanks, hoping this can go in soon.