Bela VanderVoort

Results 297 comments of Bela VanderVoort

Which version of csharpier is in use? My guess is that there is a memory leak in how the rider plugin handles the new csharpier server which is used by...

I've run into this occasionally but as far as I could tell I was doing everything I was supposed to so that the plugin would kill off the csharpier processes...

Intellij has the idea of layers so implementing this as a global setting needs to be done that way instead of adding another option. I'm not sure what needs to...

This was an oversight on my part because I'm not familiar with xaml. I see no reason why CSharpier can't format them. I'll include them by default in the next...

> Also a brief issue: In the documentation for json, it is shown as `"files": ["*.cst"]` but this seems to be wrong, I had to change it to `"files": "*.cst"`...

The exception doesn't tell me much, but there is a file at a location similar to this which may contain more info. ``` /home/[User]/.cache/csharpier/1.0.2/.store/csharpier/1.0.2/csharpier/1.0.2/tools/net9.0/any/server.log ``` Otherwise the option for `disable...

`.\stacks\storage\src\Backup\Stack.cs` would be considered ignored by the rule `Backup*/`. If you've specifically added the file to git csharpier will not take that into account unless you add a negated rule...

I'm talking about how git works and tested what I said in the original comment to be sure I was correct. The info below is taken from https://git-scm.com/docs/gitignore. > If...

It appears that this has been fixed at some point, I can't reproduce it on the current 1.1.2 version Input ```c# var foo = 1; var bar = 2; //...

I'm not really that familiar with the other tools. The main difference is that csharpier is opinionated (offers almost no configuration options) and breaks long lines. As far as I...