Releases: prodot/ReCommended-Extension
Releases · prodot/ReCommended-Extension
Minor Improvement Release
- 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
fixes analysis of Dispose(false)
code paths when the nullable warning context is enabled
Compatibility Release
Ensures compatibility with ReSharper 2020.2.4
Compatibility Release
Ensures compatibility with ReSharper 2020.2.3
Compatibility Release
Ensures compatibility with ReSharper 2020.2.2
Compatibility Release
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
Ensures compatibility with ReSharper 2020.1.4
Minor Improvement Release
- Warns when
.GetAwaiter().GetResult()
is invoked onValueTask
orValueTask<T>
expressions might not block as intended and suggests to insert.AsTask()
- Ensures compatibility with ReSharper 2020.1.3
Compatibility Release
Ensures compatibility with ReSharper 2020.1.2
Compatibility Release
Ensures compatibility with ReSharper 2020.1.1