Skip to content

Releases: DotNetAnalyzers/StyleCopAnalyzers

1.2.0-beta.556

20 Dec 22:01
73a46ae
Compare
Choose a tag to compare
1.2.0-beta.556 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta.507...1.2.0-beta.556

1.2.0-beta.507

21 Jun 17:49
14245e2
Compare
Choose a tag to compare
1.2.0-beta.507 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta.435...1.2.0-beta.507

1.2.0-beta.435

03 May 16:09
16b00dc
Compare
Choose a tag to compare
1.2.0-beta.435 Pre-release
Pre-release

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

Full Changelog: 1.2.0-beta.406...1.2.0-beta.435

1.2.0-beta.406

28 Jan 17:33
ae7faa7
Compare
Choose a tag to compare
1.2.0-beta.406 Pre-release
Pre-release

What's Changed

  • Increase test coverage for records in SA1500, SA1502, and SA1508 by @sharwell in #3421
  • Add 'allowDoWhileOnClosingBrace' configuration to the JSON schema by @sharwell in #3423
  • Use CultureInfo.InvariantCulture for en-US by @sharwell in #3426
  • Allow direct use of explicit parameterless constructors by @sharwell in #3432
  • Support file-scoped namespaces in SA1649 and SA1402 by @sharwell in #3436
  • Add file-scoped namespace support to SA1208 in #3438
  • Expand support for file scoped namespaces by @sharwell in #3446
  • Insert blank line before using directives in file-scoped namespace by @sharwell in #3447

Full Changelog: 1.2.0-beta.376...1.2.0-beta.406

1.2.0-beta.376

09 Dec 21:43
b5b91d7
Compare
Choose a tag to compare
1.2.0-beta.376 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta.354...1.2.0-beta.376

1.2.0-beta.354

17 Jun 18:41
82c2d90
Compare
Choose a tag to compare
1.2.0-beta.354 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta.333...1.2.0-beta.354

1.2.0-beta.333

11 Mar 02:31
fdb3d67
Compare
Choose a tag to compare
1.2.0-beta.333 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta.321...1.2.0-beta.333

1.2.0-beta.321

31 Dec 19:35
23db6c0
Compare
Choose a tag to compare
1.2.0-beta.321 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta.312...1.2.0-beta.321

1.2.0-beta.312

08 Dec 16:11
2bf353c
Compare
Choose a tag to compare
1.2.0-beta.312 Pre-release
Pre-release

What's Changed

Full Changelog: 1.2.0-beta.304...1.2.0-beta.312

1.2.0-beta.304

05 Dec 22:39
bc00245
Compare
Choose a tag to compare
1.2.0-beta.304 Pre-release
Pre-release

What's Changed

  • Use IOperation APIs for SA1142 when supported by @sharwell in #3229
  • Use code generation for IOperation in the light-up layer by @sharwell in #3231
  • Update SA1413 to support with initializer by @pantosha in #3245
  • Remove unnecessary usings by @nxtn in #3253
  • Fix SA1011 for function pointer unmanaged calling convention list by @nxtn in #3254
  • Specify exact language versions by @nxtn in #3255
  • Fix SA1023 for C# 9 function pointer parameters by @nxtn in #3252
  • Update SA1119 for stackalloc expressions by @nxtn in #3256
  • Generate syntax wrappers in the lightup layer by @sharwell in #3246
  • Fix SA1009 handling of record inheritance by @sharwell in #3260
  • Fix SA1200 handling of top-level statements by @sharwell in #3261
  • Fix SA1516 reporting location for top-level programs by @sharwell in #3262
  • Fix SA1119 handling of 'with' expressions by @sharwell in #3263
  • Support records in several additional rules by @sharwell in #3264
  • Fix SA1008 handling of parenthesized patterns by @sharwell in #3265

Full Changelog: 1.2.0-beta.261...1.2.0-beta.304