Bela VanderVoort
Bela VanderVoort
Do you have an example of your setup? I am assuming the projects are using CSharpier.MSBuild. The dotnet tool just works on directory contents and has been working with the...
Can you provide more than just a link? How do I reproduce the problem?
Thanks, I can see the problem now, but there isn't an easy fix. The way `CSharpier.MSBuild` currently works is by just running `dotnet csharpier` against the project directory. It doesn't...
I grabbed your repo + used the settings file and formatting is working for me. Does the output - CSharpier window provide any clues on why it takes so long?...
My guess is that the extension is failing to run `dotnet csharpier --version` when it starts up, leading it to think CSharpier is not installed. If so, then I think...
CSharpier is an opinionated formatter and adding an option goes against that. I would consider always forcing braces, but I don't know how split developers are in the always braces...
Because there is no generic way to support them, the csharpier ignore comments are not valid in all locations. See https://csharpier.com/docs/Ignore for more details. You can add `// csharpier-ignore` above...
Can you elaborate on why that portion of the page should disappear? It was a common question early on. I feel like it just needs to be expanded upon to...
Another idea after #1033 Does it make sense to ask the user to install csharpier globally if the extension then installs that same version to a custom location? Most of...
> This is an area where google-java-format excels because of https://github.com/google/google-java-format/wiki/The-Rectangle-Rule I think you may have linked to this in the past? I remember reading it after someone shared a...