You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched issues to ensure it has not already been reported
Cake runner
Cake .NET Tool, Cake Frosting
Cake version
4.0.0
Operating system
Linux
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
I would like to run InspectCode on my solution. I have installed the ReSharper Command Line Tools, as they contain the same code as the NuGet package (but can be installed globally once). On Linux, they need a custom runtime, therefore should be started from inspectcode.sh and not inspectcode.exe.
Therefore, I get the error
Failed to fill the environment container with handler ?{myArgs=?(2pcs)[/output:/output.xml, solution.sln]?}?. Could not find method '.ctor' due to a type load error: Could not load file or assembly 'PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:/opt/resharper/JetBrains.Platform.Util.dll type:ListEvents`1 member:(null)
Unfortunately, inspectcode.exe is hardcoded in Cake. I would like to see a switch based on the current OS.
What is expected?
If I run InspectCode on a Linux machine, inspectcode.sh is used instead of inspectcode.exe.
Steps to Reproduce
Call InspectCode on a Linux machine
Output log
See above for the error message
The text was updated successfully, but these errors were encountered:
Prerequisites
Cake runner
Cake .NET Tool, Cake Frosting
Cake version
4.0.0
Operating system
Linux
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
I would like to run
InspectCode
on my solution. I have installed the ReSharper Command Line Tools, as they contain the same code as the NuGet package (but can be installed globally once). On Linux, they need a custom runtime, therefore should be started frominspectcode.sh
and notinspectcode.exe
.Therefore, I get the error
Unfortunately,
inspectcode.exe
is hardcoded in Cake. I would like to see a switch based on the current OS.What is expected?
If I run
InspectCode
on a Linux machine,inspectcode.sh
is used instead ofinspectcode.exe
.Steps to Reproduce
Call
InspectCode
on a Linux machineOutput log
See above for the error message
The text was updated successfully, but these errors were encountered: