Closed BenjaBobs closed 2 months ago
Well, I'm not sure exactly what happened, but after trying again today, it worked. I suspect maybe a restart of the computer did something.
Based on the fix I just did in #1338 I am guessing that trying to run 'dotnet csharpier --version' in /home/bh/.cache/csharpier/0.29.0
resulted in an error. The code I have in ProcessHelper
returns null when that happens and I've been assuming it won't in a few places. There may have been a debug log above the exception that would show the error output but it didn't have a label on it.
I'm going to tweak the logic in there to hopefully give a better indication of what is wrong if it happens again.
Environments
Log Output Based on this it looks like it cannot validate the installation:
But further down in the logs there is also this:
And when checking locally for the version I get this:
Steps to reproduce I just installed Rider fresh and added the CSharpier plugin, restarted Rider and tried to format a file.
Expected behavior
Actual behavior