2025.1 EAP4 compilación 2025.1.0.4

Publicada: 18 de febrero de 2025

No se necesita suscripción

ReSharper Tools Early Access Program

En JetBrains creemos que crear herramientas para desarrolladores debe implicar escucharlos. Nuestro Programa de acceso anticipado permite a la comunidad participar en debates sobre nuestros productos e influir en la planificación del desarrollo, desde las etapas iniciales y en lo sucesivo.

El programa proporciona acceso a los builds previos al lanzamiento de ReSharper y otras herramientas .NET de JetBrains: ReSharper C++, dotTrace, dotMemory, dotCover y dotPeek.

Además, tenga en cuenta lo siguiente:

  • Todos los builds de EAP son válidos durante 30 días a partir de la fecha de lanzamiento y no requieren licencia.
  • Todos los productos que se integran en Visual Studio son compatibles con Visual Studio 2022, 2019, 2017, 2015 y 2013.
  • El instalador de ReSharper Tools eliminará todas las instalaciones anteriores de ReSharper y otras herramientas .NET de JetBrains de Visual Studio.

Para ver la lista de problemas conocidos, puede consultar el centro de ayuda de ReSharper.

Utilice el Sistema de seguimiento de incidencias de ReSharper para informar sobre errores y sugerir nuevas funcionalidades.

Herramientas ReSharper para Windows

Para desarrollo web y empresarial

Descargar

Esta es una versión de acceso anticipado del producto

Usted reconoce expresamente que esta versión del producto podría no ser estable, no funcionar según lo previsto y contener errores. La utilización del producto EAP es bajo su propia responsabilidad.

Consiga Toolbox App para descargar ReSharper Tools y sus futuras actualizaciones con facilidad

Información del buildPuntos destacados del build

2025.1 EAP4 compilación 2025.1.0.4

Publicada: 18 de febrero de 2025

No se necesita suscripción

Descargar

ReSharper 2025.1 EAP 4

dotPeek / Decompiler updates:

  • Support has been added for the allows ref struct generic anti-constraint from C#13. [DOTP-8182]
  • Support has been added for ref fields and scoped parameter modifiers. [DOTP-8181]
  • Support has been added for file-scoped namespaces. For the standalone dotPeek, we've also added the option to Use file-scoped namespaces, which can be found in Tools | Options | Decompiler | Code Style. That option is enabled by default.[DOTP-8184]

For the full list of changes included in this build, please see our issue tracker.

2025.1 EAP3 compilación 2025.1.0.3

Publicada: 7 de febrero de 2025

No se necesita suscripción

Descargar

ReSharper 2025.1 EAP 3

dotPeek / Decompiler updates:

  • Added support for the lock statement with the new System.Threading.Lock type introduced in C# 13. [DOTP-8177]
  • Introduced support for pattern-based using for ref structs. [DOTP-8176]
  • Added support for required members. [DOTP-8178]
  • Improved code readability by adding commented hexadecimal representations for certain integer constants in decompiled code. [DOTP-5828]

For the full list of changes included in this build, please see our issue tracker.

2025.1 EAP2 compilación 2025.1.0.2

Publicada: 31 de enero de 2025

No se necesita suscripción

Descargar

ReSharper 2025.1 EAP 2

Updated Transform Parameters refactoring

The Transform Parameters refactoring in ReSharper has been updated for a better fit with modern C# features. The improvements include:

  • Support for tuples: Now supports tuples syntax in C# 7+. For older versions or when adding items to an existing tuple, System.Tuple is used.
  • Tuple item handling: Tuple items are now treated as multiple return values. Unchecked items will be converted into out parameters.
  • Enhanced ref parameter handling: ref parameters can now be transformed into two separate parts – one as a standard parameter and the other as a return value.
  • Support for records and primary constructors: The refactoring now accommodates record classes and primary constructors.
  • Improved single parameter mode: The Use same parameter as input output mode has been reworked to ensure compatibility with ref parameters and record classes.
  • Refactoring prioritization: The Transform Parameter code action can now be prioritized over Change Signature when the caret is placed on a parameter.
  • Expanded support for deconstruction: The refactoring now supports many deconstruction use cases. Additional conflict detection mechanisms have been implemented to handle complex cases where automatic transformation would alter semantics.

For more information, please see this ticket

For the full list of changes included in this build, please see our issue tracker.

2025.1 EAP1 compilación 2025.1.0.1

Publicada: 17 de enero de 2025

No se necesita suscripción

The ReSharper 2025.1 Early Access Program is here!

dotMemory is now fully integrated with Visual Studio

Starting with the 2025.1 EAP 1 build, dotMemory is now fully integrated into Visual Studio, making memory profiling seamless and accessible directly within your development environment. This integration allows you to start profiling your startup projects, attach to running processes, and analyze memory usage – all without leaving Visual Studio. 

ReSharper C++

The 2025.1 EAP 1 build comes with the following improvements:

Cross-platform code enhancements

Code editing and navigation

  • If no file with a matching name exists, the Switch header/source feature now suggests files containing symbols from the current file. [RSCPP-36341]
  • The __declspec(property) feature now parses get and put arguments and also supports Rename refactoring for them. [RSCPP-14090]

Code analysis and formatting

  • Improved handling of the Indent class member from access specifier formatter setting in typing assistance for a smoother editing experience. [RSCPP-31862]
  • An inspection has been added to detect redundant forward declarations within a single file. [RSCPP-35102]

This blog post contains the full information about the updates included in this build.