---
title: "Rider 2026.2.1 and ReSharper 2026.2.1 Are Here!"
url: https://daily.dev/posts/rider-2026-2-1-and-resharper-2026-2-1-are-here--frsozful1
source_url: https://blog.jetbrains.com/dotnet/2026/08/19/rider-resharper-2026-2-1
type: article
source: "JetBrains .NET Blog"
published: 2026-08-19T17:20:18.754Z
updated: 2026-08-19T17:39:06.074Z
tags: ["devtools", ".net"]
reading_time: 3
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Rider 2026.2.1 and ReSharper 2026.2.1 Are Here!

**[JetBrains .NET Blog](https://daily.dev/sources/jetbrains-dotnet)** · 3 min read · 1 upvotes · 0 comments

## Summary

Rider 2026.2.1 and ReSharper 2026.2.1 ship as minor updates within the 2026.2 release cycle. Rider adds a bundled debugging-code skill for AI agents to investigate runtime issues across C#, F#, C++, Unity, and Unreal Engine, extends quality-check hooks to support Codex alongside Claude Code, and updates the dottrace-analyze skill to handle Unity profiling snapshots. Unreal Engine developers need to manually reinstall updated ue-code-authoring and ue-test-authoring skills since update notifications aren't yet showing. ReSharper now runs in Out-of-Process mode by default since dotCover added OOP support, diagramming works in OOP mode without switching back, and Junie has been updated to support Claude Opus 5 as a selectable model.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.jetbrains.com/dotnet/2026/08/19/rider-resharper-2026-2-1>

## Questions this post answers

### What changed in ReSharper 2026.2.1 regarding Out-of-Process mode?

Starting with ReSharper 2026.2.1, Out-of-Process (OOP) mode runs by default unless explicitly disabled, made possible because dotCover now supports OOP mode. Type dependency and project dependency diagrams also now work in OOP mode, removing the need to switch back to In-Process mode for diagramming.

_daily.dev helps .NET developers track tooling defaults like ReSharper's OOP mode before they hit a workflow._

### Does Rider 2026.2.1 support AI agent debugging for Unreal Engine and Unity projects?

Yes, Rider 2026.2.1 includes a bundled debugging-code skill that lets AI agents investigate runtime issues in C#, F#, C++, and mixed-language projects built with .NET, Unity, or Unreal Engine, including setting breakpoints, stepping through code, inspecting values, and checking branch execution. The dottrace-analyze skill also now analyzes snapshots from profiling Unity projects.

_Game and .NET developers weighing AI-assisted debugging tools can follow updates like this on daily.dev._

### What model does Junie support after the ReSharper 2026.2.1 update?

Junie was updated to a new version that adds support for Claude Opus 5, which can now be selected as the model powering ReSharper sessions.

_Developers choosing AI models for their IDE workflows can track releases like this on daily.dev._

## Similar posts on daily.dev

- [The First Set of Updates and Fixes for ReSharper and Rider 2025.2 Is Out\!](https://daily.dev/posts/the-first-set-of-updates-and-fixes-for-resharper-and-rider-2025-2-is-out--6qdz7shyf) · JetBrains · 0 upvotes · 0 comments
- [Rider and ReSharper 2025.3.0.4: Important Updates Released](https://daily.dev/posts/rider-and-resharper-2025-3-0-4-important-updates-released-5fve9hxi1) · JetBrains · 0 upvotes · 0 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#.net](https://daily.dev/tags/.net)

[View this post on daily.dev](https://daily.dev/posts/rider-2026-2-1-and-resharper-2026-2-1-are-here--frsozful1)
