Bela VanderVoort
Bela VanderVoort
> If this could also encompass support for [Microsoft.Build.Traversal](https://github.com/microsoft/MSBuildSdks/blob/main/src/Traversal/README.md), i.e. `dirs.proj` files that would be very welcome as well. I can open a separate issue if you don't think this...
@sethreno none at all, I just haven't had the time to get to this. That looks like the proper place, and then some tests to cover different situations in https://github.com/belav/csharpier/blob/master/Src/CSharpier.Tests/ConfigurationFileOptionsTests.cs...
let's not
> Perhaps it would be possible to apply .csharpierrc rules for specific files/directories, including wildcards? so like /**/*Controller.cs would only have a longer printWidth. I believe you can make that...
> Let's use the same breaking logic, but avoid breaks that leaves less than 10 chars of syntax on a single line: I'm really curious if there may be an...
Related > Cannot format in Rider. I'm getting SEVERE - #c.i.c.CSharpierLogger - Cannot run program "dotnet": error=2, No such file or directory This is on linux. Seems that adding env...
See if we can use the same option rider uses for finding dotnet if it is not available on the PATH. It is at Settings | Build,Execution,Deployment | and Build...
I did a quick version of these changes in https://github.com/belav/csharpier/pull/763 as a way to see what kind of affect this would have on some codebases. One thing I ran into...
I got this running against the aspnetcore portion of csharpier-repos. I don't think formatting empty lambdas with a line break is a good change. It results in things like the...
> Would a "magic" workaround like only using linebreaks if there is a single class/interface in the entire file work? I really like this idea!