You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->
## This PR
<!-- add the description of the PR here -->
- This PR changes the code formatter we currently use to the new
built-in in the SDK. See
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-format
### Notes
- We should now use this tool since it is now shipped as part of the
dotnet SDK, removing the need to install an external one.
- As pointed out in the chat, this build runs in parallel and is
relatively fast. I will enable all PRs instead of those focusing on
changes to .cs files.
---------
Signed-off-by: André Silva <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
Signed-off-by: Artyom Tonoyan <[email protected]>
0 commit comments