Stian Jørgensrud
Stian Jørgensrud
#linuxonly
I think one should be careful with increasing the scope of CSharpier. I greatly appreciate that CSharpier only formats white spaces. One tool with one job is easy to understand;...
A colleague said yesterday that it would be nice if Csharpier removed unused usings. So if sorting is implemented, it makes sense to implement that as well. (Mind the feature...
Absolutely agree! I think CSharpier should format white space, and just that. Removing and sorting usings should be the job of another tool. It is already possible in all major...
> @NonSpicyBurrito By this point, CSharpier presumably has already moved past "format whitespace only" philosophy, as seen with the latest feature of reordering modifiers like public override async. Scary! 👹...
CSharpier has a "no option" philosophy, @gabynevada :) Plugins would be cool! > Csharpier as an opinionated prettier like tool for c# with most of it's functionality would be awesome....
I think this is a good feature request. Why write documentation on the code when the compiler knows exactly which HTTP statuses can get returned! To answer the question in...
This issue should have `important` label
Seems like everyone is for this change, and I am here in 2023 and still changing from magic strings to `nameof` in Azure Functions 😛
Following @zpfaltersack' suggestion https://github.com/Azure/Azurite/issues/1447#issuecomment-1309222760 of renaming the temp folder seems to be working! 😍 As first mentioned in https://github.com/Azure/Azurite/issues/1309