Lançamentos do ReSharper
Released: May 8, 2025
Atualizações na 2025.1.2
Correções
- ReSharper now correctly detects that values supplied from query strings in .NET 8 satisfy property usage.
- ReSharper's ability to provide code completion for .shader files has been restored.
- Linkage entity creation by ReSharper C++ for typedef-declarators with uint8_t types has been fixed.
Released: Apr 28, 2025
Atualizações na 2025.1.1
Correções
- Copying a tab in dotTrace Viewer now correctly clones the tab along with its selected filters.
Released: Apr 16, 2025
Atualizações na 2025.1
Recursos
C# Support
- .NET 10 Preview and C# 14 support
- ReSharper 2025.1 delivers initial support for .NET 10 and C# 14 preview features.
- nameof of unbound generic types
- Previously, using nameof required specifying all type arguments, causing unnecessary verbosity. C# 14 allows nameof(List<>) without explicitly listing type arguments. ReSharper now detects redundant generic type arguments in nameof expressions and provides a quick-fix to simplify them.
- First-class Span<T> conversions
Released: Apr 3, 2025
Atualizações na 2024.3.7
Correções
- Updating to xunit.v3 2.0.0 results in MethodNotFoundException.
Released: Feb 28, 2025
Atualizações na 2024.3.6
Correções
- This build contains a fix for an issue where xUnit v3 tests resulted in 'Inconclusive: Test has not run' when executed in under .NET Framework.
Released: Feb 7, 2025
Atualizações na 2024.3.5
Correções
- You can now run xUnit v3 tests under the .NET Framework in the Test Explorer without any issues.
- The Test Runner now handles large test suites seamlessly, allowing you to execute them without interruptions or performance concerns.
Released: Jan 23, 2025
Atualizações na 2024.3.4
Correções
- False positive 'Required member ... must be set in the object initializer' on generated files.
- Code cleanup processes incorrectly nullable context on new object creation.
- Testing Platform > Navigate to test does not work.
- Bug in the "Simplify with GetValueOrDefault" rule.
- Wrong suggestion for structs with primary constructor.
- Code analysis can't infer type arguments involving implicit casts, code compiles fine.
- Ref return with index array access reports incorrect "An expression...
Released: Dec 11, 2024
Atualizações na 2024.3.2
Correções
- Analyzer: 'RedundantCollectionCreationInParamsProblemAnalyzer' threw the following exception: Object reference not set to an instance of an object.
- Fixed static interface cleanup regression.
- R# Reports: A constructor is not used but then reports an error once constructor is removed.
Released: Nov 13, 2024
Atualizações na 2024.3
Recursos
C# Support
- C# 13 updates - With its latest release, ReSharper introduces support for the latest features that come with C# 13, namely:
- New params collections: The params keyword has been expanded to work with various collection types, allowing for more efficient method signatures without additional allocations.
- Partial properties: Support has been added for partial properties, enabling you to spread property accessor implementations across multiple files, increasing flexibility and...
Released: Oct 24, 2024
Atualizações na 2024.2.7
Recursos
- Added new option for 'RSAT' to skip checking updates.
Correções
- Fixed problem with significant slowdown of 'cleanupcode' cmdline tool.