WebCompiler icon indicating copy to clipboard operation
WebCompiler copied to clipboard

Not working on Visual Studio Mac

Open FlorianGG opened this issue 1 year ago • 4 comments

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

  1. Create a Blazor Server project
  2. Installation of the nugget
  3. 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

FlorianGG avatar Mar 16 '23 09:03 FlorianGG

Pull requests welcome, I don't have a Mac.

failwyn avatar Mar 27 '23 09:03 failwyn

I have the same problem, I can't Build or Rebuild on Visual Studio for Mac, because an cmd.exe file is used : MicrosoftTeams-image (4)

I solved deleting the extension, is not a solution but work. Please update.

Dannergal avatar Apr 26 '23 15:04 Dannergal

Hi all - I've had a go at updating the code to support OS X + Linux. The implementation is 95% working. See #82

garyhuntddn avatar Jun 20 '23 01:06 garyhuntddn

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.

nukithelegend avatar Jun 20 '23 13:06 nukithelegend