The latest updates on all JetBrains products and topics
With version 2025.1, Rider introduces a better way to navigate your codebase, smarter debugging tools, and deeper integrations with the technologies you rely on. You can download the release build from our website, install it via the Toolbox App, or use this snap package from the Snap Store (if y…
ReSharper 2025.1 is here, and it’s packed with updates that further improve productivity and performance for .NET and C++ developers alike. This release offers a host of quality-of-life enhancements, smarter inspections, and integrations that streamline your development workflow across your…
dotCover 2025.1, dotMemory 2025.1, dotPeek 2025.1, and dotTrace 2025.1 have been released and are ready for download! Let’s take a look at what’s new with these .NET tools. dotPeek 2025.1 The decompiler tool has been updated to support: Required members. ref fields and …
Our release for ReSharper and Rider 2025.1 is just around the corner, and we have lots of exciting features shipping for the current and next version of C#! This will be a really long post (blame our awesome devs!), so make sure to use the table of contents on the right. Oh, and of course… Downlo…
The Rider 2025.1 Release Candidate is ready for you to try! The upcoming stable release delivers initial support for .NET 10 and C# 14 Preview features. It also brings the new Files view for repository-wide visibility, a Roslyn syntax tree visualizer, and numerous enhancements for debugging both .NE…
The ReSharper and .NET tools 2025.1 RCs are now available. This ReSharper update delivers initial support for .NET 10 Preview and C# 14 features, along with expanded inspections, smarter refactorings, and noticeable performance improvements. If you’d like to try out what’s coming in the next rele…
Did you know? In C#, you can use a feature called "caller info attributes" to obtain information about the caller of a method. This can be incredibly useful for logging, debugging, or tracing. The attributes CallerMemberName, CallerFilePath, and CallerLineNumber provide information such as the name …
Good news, everyone! We're excited to share major progress on ReSharper’s out-of-process implementation, one of our most challenging projects to date. For those of you who've been following our journey, asking thoughtful questions, and patiently waiting for updates, we want to let you know how fa…
Big news for console game developers! As part of the 2024.3 release, JetBrains Rider added support for PlayStation®5 and Xbox consoles, allowing you to build, deploy and debug your custom or Unreal Engine-based games directly on your preferred game consoles. https://www.youtube.com/watch?v=pNT1o…
From March 17 -21, 2025, the Game Developers Conference (GDC) will bring together professionals from across the game industry at the Moscone Center in San Francisco. JetBrains is excited to be again the part of this event, and we invite you to visit our booth to explore how our tools can enhance your game development workflow.
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…