NOTE: All changes are now tracked in main changelog.
- Fix bug when saving code analysis results to a file (
--output
parameter) (issue) - Bump Roslyn version to 4.2.0
- Bump Roslyn version to 4.1.0
- Add support for .NET 6
- Bump Roslyn version to 4.0.1
- Add option
--max-word-length
tospellcheck
command - Add spellchecking of string literals
- Fix exit code so the tool can be used in CI/CD pipeline
- Return 0 if no diagnostic is found
- Add command
rename-symbol
- This command enables to rename multiple symbols in one batch.
- It is no longer required to specify path to MSBuild directory using
--msbuild-path
option.- Latest version will be selected by default.
- .NET Core CLI targets .NET 5.0
- Add support for redirected/piped input
- Redirected/piped input is treated as a list of project/solution paths separated with newlines.
- Following commands are supported:
analyze
,fix
,format
,list-symbols
,loc
,lloc
andspellcheck
- Bump Roslyn API version to 3.10.0
- Various improvements to
spellcheck
command
- Add commands
analyze
,format
,loc
andlloc
.
- Initial release