The latest updates on all JetBrains products and topics
Join us Thursday, April 3, 2025, 15:00 – 16:30 UTC (check other timezones) for our free live webinar, OSS PowerUps – EntityFramework.Exceptions, with Giorgi Dalakishvili. This is the fourtheenth episode of our series of OSS Power-Ups, where we put a spotlight on open-source .NET projects. Registe…
Did you know? The attribute in .NET is a powerful feature that allows an assembly to expose its internal members (normally only accessible within the same assembly) to another specified assembly. This is typically used in scenarios like unit testing or multi-assembly projects where tight integr…
The new bug fixes for the 2024.3 release are available to download. ReSharper 2024.3.6 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. Rider 2024.3.6 Notable fixes We’ve resolv…
JetBrains Rider 2025.1 EAP 5 has just been released! You can now download this version from our website, update directly from within the IDE, use the free Toolbox App, or install it via snap packages for Ubuntu. Here’s what you can expect from this update: Roslyn support enhancement…
Join us Tuesday, March 11, 2025, 15:00 – 16:30 UTC (check other timezones) for our free live webinar, Uno Platform & Hot Design for Rider, with Andres Pineda. Register now and get a reminder, or join on YouTube Hot Design is the industry's first visual designer for cross-platform .NET appl…
Did you know? The GC.KeepAlive() method in the .NET Framework is not used to prevent garbage collection of an object for the entire method scope, as you might think. Instead, it explicitly ensures that the object remains referenced at a specific point in the code after it's last used. It’s particula…
The new bug fixes for the 2024.3 release are available to download. ReSharper 2024.3.5 This update comes with the following fixes: 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 seamle…
JetBrains Rider 2025.1 EAP 3 is out! You can now download this version from our website, update directly from within the IDE, use the free Toolbox App, or install it via snap packages for Ubuntu. Here's what you can expect from this update: Proper support for Blazor WebAss…
If you work on large Unreal Engine projects in Rider, you've likely experienced the dreaded debug-step delay – hit F10 for Step Over, contemplate making coffee, then finally see the next line execute. These delays occur in LLDB Debugger, the engine behind Rider's debugging capabilities for …
The new bug fixes for the 2024.3 release are available to download. ReSharper 2024.3.4 We’ve fixed local privilege escalation in the ETW Host Service (CVE-2025-23385). We’ve fixed an issue where the foreach statement would fail to compile when iterating over a ref struct in an async …
We are excited to announce the launch of the Early Access Program (EAP) for the next major release of ReSharper and the .NET Tools! This initial EAP build is now available for download and offers a preview of the upcoming features and enhancements. Your feedback is crucial in helping us refine these…
The Early Access Program for Rider 2025.1 has just begun. This is your chance to preview the new features and enhancements we’ve been working on and share your feedback to help us shape the future of JetBrains Rider. There are several ways for you to get your hands on the first preview buil…