Skip to content

Releases: prodot/ReCommended-Extension

Minor Improvement Release

19 Dec 21:36
Compare
Choose a tag to compare
  • add analyzer for the [ExcludeFromCodeCoverage] annotation: suggest to provide a justification in the non-test projects
  • Ensures compatibility with ReSharper 2020.3

Bug-fix Release

26 Oct 21:34
Compare
Choose a tag to compare

fixes analysis of Dispose(false) code paths when the nullable warning context is enabled

Compatibility Release

01 Oct 20:04
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.2.4

Compatibility Release

18 Sep 19:45
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.2.3

Compatibility Release

11 Sep 10:28
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.2.2

Compatibility Release

24 Aug 19:38
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.2.1

Note: the analyzer for redundant null-forgiving operators or assertions might not detect some cases due to nullability analyzer changes in the ReSharper 2020.2.

Compatibility Release

09 Jul 20:28
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.1.4

Minor Improvement Release

19 May 21:48
Compare
Choose a tag to compare
  • Warns when .GetAwaiter().GetResult() is invoked on ValueTask or ValueTask<T> expressions might not block as intended and suggests to insert .AsTask()
  • Ensures compatibility with ReSharper 2020.1.3

Compatibility Release

07 May 18:41
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.1.2

Compatibility Release

29 Apr 21:08
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2020.1.1