Skip to content

Releases: prodot/ReCommended-Extension

Minor Improvement Release

14 Sep 16:15
fc91342
Compare
Choose a tag to compare

Improves the Out-of-Process mode. Thanks @ulex!

Feature Release

10 Sep 22:42
29a199a
Compare
Choose a tag to compare

New Features

  • New analyzers (and quick fixes) for most base types (from the System namespace) that suggest
    • removing redundant arguments,
    • removing redundant method invocations,
    • replacing expressions with known results,
    • using patterns,
    • using operators.
  • New analyzers (and quick fixes) for well-known string formatters that suggest
    • removing redundant format specifiers,
    • removing redundant format precision specifiers,
    • replacing type casts with format specifiers
  • New warning that an [EditorBrowsable(EditorBrowsableState.Never)] annotation is missing on deconstruction methods.
  • New context action to convert an IEnumerable<T> object to a no-op LINQ query (where appropriate).

Improved

  • The LINQ analyzer now detects no-op queries (with a quick fix to remove the query).
  • The disposable object analyzer now allows annotating disposable structs with the [MustDisposeResource] annotation when a newer version of "JetBrains.Annotation" is used.
  • The disposable object analyzer now supports "ref structs" implementing IDisposable or IAsyncDisposable interfaces (C# 13)

Fixed

  • The analyzer for collection expressions now checks if a collection creation is the only source for the type inference. (#62)

Compatibility Release

04 Sep 20:28
87d9339
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.2.1 and Rider 2025.2.1

Compatibility Release

22 Aug 10:39
73ff098
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.2.0.1 and Rider 2025.2.0.1

Compatibility Release

19 Aug 20:49
3aee678
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.2 and Rider 2025.2

Compatibility Release

04 Aug 20:37
e29532b
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.1.5 and Rider 2025.1.5

Compatibility Release

30 Jun 20:53
8e03c0e
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.1.4 and Rider 2025.1.4

Compatibility Release

15 Jun 21:30
027533a
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.1.3 and Rider 2025.1.3

Compatibility Release

09 May 21:09
b303186
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.1.2 and Rider 2025.1.2

Compatibility Release

28 Apr 21:26
d88ccef
Compare
Choose a tag to compare

Ensures compatibility with ReSharper 2025.1.1 and Rider 2025.1.1