softwerkab / fortnox-csharp-api-sdk

.NET SDK for Fortnox API.
MIT License
52 stars 64 forks source link

Format code on the solution #197

Closed vanillajonathan closed 2 years ago

vanillajonathan commented 2 years ago

Visual Studio format document on all of the solution to have a consistent code style.

vanillajonathan commented 2 years ago

@richardrandak If the large diff bothers you (it is a nightmare to manually review it for you), you can reproduce it yourself.

In Visual Studio, click on Analyze then in the menu bar, then Code Cleanup then "Run Code Cleanup (Profile 1) on Solution". My profile is configured to only includes the "Format document" and "Remove unnecessary usings" fixers.

If you use Visual Studio Code press Ctrl+Shift+P to bring up the command palette, then chose "Format All Documents".

richardrandak commented 2 years ago

Yes yes, thanks, I was planning to do it, but I got stuck with something else :)