-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
- We are moving into the .NET 6 SDK (See 🎉🥳 dotnet-format is now part of the .NET 6 SDK #1268). There will be no need to install dotnet-format as a global tool or local tool.
- As part of the move into the .NET SDK, we have changed our command line options. (see https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
- Organize imports was moved from being a whitespace formatter to running as a code style formatter.
- CodeStyle and 3rd Party Analyzers will only run if they are specifically configured in your .editorconfig.
- Default severity for CodeStyle and 3rd Party Analysis is now
warning
. - We now use the highest version .NET 6 SDK that is installed rather than trying to match the global.json configuration.
alirezanet and glen-84
Metadata
Metadata
Assignees
Labels
No labels