Bela VanderVoort
Bela VanderVoort
@BFS-JWesseler it appears under this heading because it works the way that setting will, but is not configurable. ``` # Non-configurable behaviors dotnet_sort_system_directives_first=true ```
I haven't been able to reproduce this. I am using rider 2024.3.4, not sure if that would matter. I tested using the extension version 2.0.0 and csharpier 0.30.6 Did you...
Great suggestion, I've gotten a bit annoyed with attributes breaking this way. Treating method calls the same way seems reasonable. I feel like I may have implemented a similar rule...
Calls to retrieve an IEnumerable of a type that is not registered call the constructor of said type.
> Grace has an option AutoRegisterUnknown that is true by default. I highly advise you to turn it off. If you can't, there's ExcludeTypeFromAutoRegistration to opt-out for specific types. @jods4...
All of my testing indicates that CSharpier already works this way, `bin` and `obj` are part of the always ignore list in https://github.com/belav/csharpier/blob/main/Src/CSharpier.Cli/IgnoreFile.cs Do you have a `.gitignore` that is...
I'm wondering if keeping it is worth it to try to keep `Token` consistently using `ValueListBuilder`. Besides this, multiline raw strings also make use of `List`, I'm not sure how...
> I've looked at this PR and it seems okay. Not sure if it's worth the effort although I'm sure some comment heavy code will benefit from this. One argument...
Closing for lack of interest
This was implemented and will be available in 1.1.0. The documentation for how it will work is at https://github.com/belav/csharpier/pull/1665/files#diff-7340b8a6d2c5b52c935f75ec72038d28b8c606323ea41bd29ced4b521eae7761
This is an interesting proposal that I think I'm on board with, but I'm not sure how the broader community will feel. When I have time I'm going to see...