1.2.0-beta.164
Pre-release
Pre-release
sharwell
released this
14 Feb 14:57
·
707 commits
to master
since this release
What's Changed
- Initial Azure Pipelines build configuration by @sharwell in #3072
- Make SA1011 work with exclamation (
!
) by @pantosha in #3071 - Should SA1307 check verbatim identifiers? by @nxtn in #3070
- Run tests for coverage even if one fails by @sharwell in #3080
- issue #3067 is not reproduced by @pantosha in #3069
- Add tests for using declaration statements by @sharwell in #3076
- Fix SA1003 handling of colon in format clause by @sharwell in #3077
- Fix spacing of closing parenthesis before range operator by @sharwell in #3078
- Add special cases for the SA1129 code fix by @sharwell in #3079
- Check for trailing commas in multiline switch expressions by @sharwell in #3081
- Fix SA1122 support for constant patterns by @sharwell in #3082
- Fix SA1008 on line end by @pantosha in #3083
- Make SA1519 work with lock and fixed (fix #2885) by @pantosha in #3084
- Update SA1027.md by @HugoRoss in #3086
- Update README including C# 8.0 by @skarllot in #3085
- Add "Returns" as a known prefix for SA1623 by @nxtn in #3090
- Treat ';' and ',' as typos for SA1629 code fix by @nxtn in #3112
- Remove an unused local variable by @nxtn in #3111
- Support for nontraditional casing in namespaces (SA1300) #2923 by @jedidja in #2996
New Contributors
- @HugoRoss made their first contribution in #3086
- @skarllot made their first contribution in #3085
- @jedidja made their first contribution in #2996
Full Changelog: 1.2.0-beta.113...1.2.0-beta.164