1.2.0-beta.113
Pre-release
Pre-release
sharwell
released this
08 Nov 22:52
·
782 commits
to master
since this release
What's Changed
- Update to StyleCop.Analyzers 1.2.0-beta.66 by @sharwell in #3014
- Enabled FixAll support for SA1139 by @vweijsters in #3016
- Fix SA1101 requiring 'this' for local functions by @sharwell in #3023
- Changed default settings for SA1316 to PascalCase. by @vweijsters in #3021
- Added special case to the SA1119 code fix when removing a paren after… by @vweijsters in #3025
- Fix issue in SA1130 code fix with parameterless delegates. by @vweijsters in #3020
- Add 'private protected' to SA1202 docs by @nxtn in #3027
- Move literals into resources by @nxtn in #3026
- Update Configuration.md by @luisdaglez in #3030
- Move literals into resources by @nxtn in #3032
- Add test cases for tuple deconstruction by @sharwell in #3033
- Do not require space before open parenthesis in a range expression (#3040) by @ssg in #3041
- Add support for SwitchExpressionArmSyntax by @costin-zaharia-sonarsource in #3049
- Make SA1500 work with stackalloc arrays (#3047) by @pantosha in #3054
- Add support for SwitchExpressionSyntax by @costin-zaharia-sonarsource in #3050
- Update the codecov upload tool to 1.8.0 by @sharwell in #3059
- Do not report SA1141 for single-element tuples by @sharwell in #3060
- Fix spacing after closing brace in patterns by @sharwell in #3061
- Clean up dead test code by @sharwell in #3063
New Contributors
- @luisdaglez made their first contribution in #3030
- @ssg made their first contribution in #3041
- @costin-zaharia-sonarsource made their first contribution in #3049
Full Changelog: 1.2.0-beta.66...1.2.0-beta.113