What's Changed
- Switch to MIT license by @sharwell in #3120
- Fix up build.ps1 to allow running from any directory by @AArnott in #3131
- Fix SA1642 cctor doc requirement by @AArnott in #3128
- Add init script which installs the .NET SDK required by global.json by @AArnott in #3130
- Update tests by @sharwell in #3145
- Expand "how to fix violations" in SA0001.md by @AmadeusW in #3119
- Fix the category for SA1413 (UseTrailingCommasInMultiLineInitializers) by @sharwell in #3156
- Fix SA1008 for attributed tuple parameters by @dymanoid in #3158
- Fix SA1008 and SA1012 for pattern matching tuples by @sharwell in #3147
- Add test for SA1009 with suppression operator by @sharwell in #3146
- Fix incorrect handling of types in SA1135 by @dymanoid in #3157
- SA1629 should not ignore enum members by @VitaliAntonov in #3137
- SA1316: allow discards in tuple by @cnshenj in #3148
- Fixes #3133. Ignore inferred tuple element name when explicit name is given by @scottmcginness in #3134
- Added unit test to verify scenario by @vweijsters in #3169
- Exclude null-forgiving operator for SA1013 by @vweijsters in #3177
- SA1119: Added support for typecast followed by switch expression by @vweijsters in #3178
- Fixed issues by @vweijsters in #3180
- #3173 - SA1611 ignores included documentation by @angelobreuer in #3174
- Improve SA1135 handling of static usings by @VitaliAntonov in #3135
- Workaround for issue #3160 by @vweijsters in #3179
New Contributors
- @AmadeusW made their first contribution in #3119
- @dymanoid made their first contribution in #3158
- @VitaliAntonov made their first contribution in #3137
- @cnshenj made their first contribution in #3148
- @scottmcginness made their first contribution in #3134
Full Changelog: 1.2.0-beta.164...1.2.0-beta.205