What's Changed
- Update to Microsoft.CodeAnalysis.Testing 1.1.1-beta1.22081.4 by @sharwell in #3450
- Update SA1600 to show inheritance example. by @codajo in #3385
- Enable nullable reference types by default by @sharwell in #3455
- Disable SA0002 (Invalid settings file) for empty projects by @sharwell in #3456
- Support awaiting a parenthesized 'switch' or 'with' expression by @sharwell in #3462
- Fix support for object initializers in interpolations by @sharwell in #3463
- Fix typo in SA1307.md by @marcospgp in #3466
- Map dotnet_separate_import_directive_groups=false to OptionSetting.Allow by @sharwell in #3484
- Support extended property patterns in SA1101 by @sharwell in #3483
- Fix false positive in SA1516 between global statements by @maxkoshevoi in #3482
- Fix handling of generic delegates in file type name by @sharwell in #3485
- Collect incremental state without passing compilation to output stage by @sharwell in #3452
- Updated code fix name for SA1027 to be ok regardless of the 'useTabs' setting by @bjornhellander in #3490
- Corrected documentation for SA1516 by @bjornhellander in #3488
- Updated SA1009 to forbid space after a closing parenthesis in a method reference contained in single quotes by @bjornhellander in #3497
- Added a new test project for c# 11 by @bjornhellander in #3491
- Remove same values at SA1201ElementsMustAppearInTheCorrectOrder.MemberNames by @eliseevev in #3496
- Updated SA1015 analyzer to handle generic attributes (c# 11 preview) by @bjornhellander in #3494
- Updated SA1008 to handle tuples in logical patterns by @bjornhellander in #3495
New Contributors
- @codajo made their first contribution in #3385
- @marcospgp made their first contribution in #3466
- @maxkoshevoi made their first contribution in #3482
- @eliseevev made their first contribution in #3496
Full Changelog: 1.2.0-beta.406...1.2.0-beta.435