2025.1 EAP4 빌드 2025.1.0.4

릴리스됨: 2025년 2월 18일

구독 불필요

ReSharper Tools Early Access Program

JetBrains는 개발자를 위한 도구를 만들려면 개발자의 소리를 경청해야 한다고 생각합니다. JetBrains의 얼리 액세스 프로그램은 개발자 커뮤니티가 JetBrains 제품에 관한 논의에 참여하고 개발 계획의 초기 단계부터 계속 영향을 미칠 수 있는 기회를 제공합니다.

이 프로그램은 ReSharper 및 기타 JetBrains .NET 도구인 ReSharper C++, dotTrace, dotMemory, dotCover 및 dotPeek의 사전 릴리스 빌드에 대한 액세스를 제공합니다.

그외에 다음 사항을 참고해주세요.

  • 모든 EAP 빌드는 릴리스 날짜로부터 30일간 유효하며 라이선스가 필요하지 않습니다.
  • Visual Studio에 통합된 모든 제품은 Visual Studio 2022, 2019, 2017, 2015 및 2013 버전을 지원합니다.
  • ReSharper Tools 설치 프로그램은 이전에 설치된 ReSharper 및 기타 JetBrains .NET 도구를 Visual Studio에서 제거합니다.

알려진 이슈 목록은 ReSharper 도움말 센터에서 확인하실 수 있습니다.

버그 보고 및 기능 제안은 ReSharper 이슈 트래커를 활용해 주세요.

Windows용 ReSharper 도구

웹 및 엔터프라이즈 개발용

다운로드

이 빌드는 제품의 얼리 액세스 버전입니다

이 제품 버전을 이용하면 여러분은 제품이 안정적이지 않거나 의도한 대로 작동하지 않을 수 있으며 오류를 포함할 수도 있음을 명시적으로 인정하게 됩니다. EAP 제품을 사용하는 데 따르는 위험은 사용자 본인이 감수해야 합니다.

Toolbox App을 설치하여 ReSharper Tools 및 향후 업데이트를 간편하게 다운로드하세요

빌드 정보빌드 강조 표시

2025.1 EAP4 빌드 2025.1.0.4

릴리스됨: 2025년 2월 18일

구독 불필요

다운로드

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 빌드 2025.1.0.3

릴리스됨: 2025년 2월 7일

구독 불필요

다운로드

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 빌드 2025.1.0.2

릴리스됨: 2025년 1월 31일

구독 불필요

다운로드

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 빌드 2025.1.0.1

릴리스됨: 2025년 1월 17일

구독 불필요

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.