Bela VanderVoort
Bela VanderVoort
Dug into this a bit, it seems that "dotnet csharpier --version" is shorthand for "dotnet tool run csharpier --version" and the "dotnet tool run" command is what is upset about...
This is probably related to #669 and could be considered one of the edge cases for #672
@OneCyrus I dug into this more, and it seems to be a problem specific to VS. I'm not sure if there is some other way to get VS to detect...
If I recall correctly there were a couple edge cases like this from csharpier-repos. Fixing them didn't seem straightforward and some of the official analzyers don't deal well with conditional...
There have been issues with csharpier server trying to use a reserved windows port, I'm not sure if linux has something similar - https://github.com/belav/csharpier/issues/1249#issuecomment-2129993017. The root problem appears to be...
Sorry for the delay, I haven't had time to really look at this yet but some info that may help. 0.30.0 - was broken for all plugins. For 0.30.X, there...
The lines with exceptions end up long enough that they break. Right now when switch arms break, the first break occurs before the `=>` and I don't recall if there...
CSharpier has adopted operators at the beginning of lines as opposed to the end, but after saying that I realize that it seems the other instances of `=>` are always...
I am wondering if this is some kind of difference between the user the command runs as when executed in rider vs when you run the command yourself on the...
> Installing it globally through the pop-up does not work for me either. Is there anything in the logs when you try that indicates why it is failing? Ideally I'd...