トピックス
.NET 11 Preview 6 is now available! - .NET Blog
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-6/
.NET 11 Preview 6 がリリースされた。
メモリーとテキストのための Straem アダプターや各種パフォーマンス向上、SDK での NativeAOT ベースのコマンド、Union をサポートする属性のインボックス化、など。
.NET and .NET Framework July 2026 servicing releases updates - .NET Blog
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-july-2026-servicing-updates/
.NET 10, 9, 8 と .NET Framework 4.8 の 2026 年 7 月のサービスリリースについて。
.NET および .NET Framework 共に様々なセキュリティー修正が含まれている。
What's new in Avalonia 12.1 - Avalonia UI Blog
https://avaloniaui.net/blog/release-12-1
Avalonia 12.1 がリリースされた。
このリリースでは Linux での Wayland サポートやドラッグアンドドロップサポート、レンダリングの改善、新しい TableView コントロール、プラットフォーム向けの改善、SBOM の提供といったものが含まれている。
CoreCLR Progress and the Mono Timeline for .NET MAUI - .NET Blog
https://devblogs.microsoft.com/dotnet/coreclr-progress-and-mono-timeline-dotnet-maui/
.NET MAUI (.NET for iOS, Android) での CoreCLR の進捗と Mono のタイムラインについて。
.NET 11 Preview 6 では iOS, Android, Mac Catalyst でのランタイムが CoreCLR に置き換わり、Mono を使用することはできなくなる。
記事では CoreCLR への移行によるパフォーマンスの変化、テストの必要性についても触れている。
Visual Studio Administrator? Join our Private Marketplace Preview! - Visual Studio Blog
Visual Studio の拡張のプライベートなマーケットプレイスのプレビューについて。
プライベートなマーケットプレイスによって Visual Studio の拡張を組織内で管理、配信できるようになる。記事では興味のある利用者へプレビュープログラムへの参加方法を案内している。
Rider 2026.2 Release Candidate Is Out! - The JetBrains Blog
https://blog.jetbrains.com/dotnet/2026/07/15/rider-2026-2-release-candidate-is-out/
Rider 2026.2 Release Candidate がリリースされた。
このリリースではエージェントスキルの改善、GitHub Copilot の統合、.NET ワークフローの高速化、WPF ホットリロード、新しい NuGet ツールウィンドウなどが含まれている。
ReSharper 2026.2 Release Candidate Released! - The JetBrains Blog
https://blog.jetbrains.com/dotnet/2026/07/15/resharper-2026-2-release-candidate-released/
ReSharper 2026.2 Release Candidate がリリースされた。
このリリースでは ACP ベースのエージェントのサポート、C# 解析の改善、.editorconfig と Roslyn アナライザー統合、dotTrace, dotMemory とモニタリングの Out-of-Process モードでの実行などが含まれている。
- What's New in ReSharper 2026.2 for VS Code-compatible editors - The JetBrains Blog
- Debugging for .NET in VS Code and Cursor: The #1 Requested Feature Is Here - The JetBrains Blog
Turso v0.7.0
https://turso.tech/blog/turso-0.7.0
Turso v0.7.0 で SQLite-compatible .NET バインディングが実験的に導入された。
(現在 Turso の NuGet パッケージは無関係なユーザーによって発行されてしまったので、公式のパッケージはリリースされていない)
Someone unaffiliated with @tursodatabase has published the upcoming nuget package to https://t.co/iDyg1HdjPs ahead of the official publishing from Turso, meaning the name is taken and will prevent the official release from Turso itself. How can Turso recover ownership?…
— Marc-André Moreau (@awakecoding) July 13, 2026
Path to CoreCLR, 2026: Upgrade Guide - Technical Articles - Unity Discussions
https://discussions.unity.com/t/path-to-coreclr-2026-upgrade-guide/1714279/191
Unity 6.7 alpha 2 (6000.7.0a2) で試験的な CoreCLR デスクトップ向けプレイヤーが導入された。
リリース
- CommunityToolkit/Maui
- icsharpcode/ILSpy
- microsoft/WindowsAppSDK
- newrelic/newrelic-dotnet-agent
- open-telemetry/opentelemetry-dotnet
アーティクル、スライドなど
Built-in Agent Skills Bring .NET and Azure Expertise into Visual Studio - Visual Studio Blog
https://devblogs.microsoft.com/visualstudio/built-in-agent-skills-in-visual-studio/
Visual Studio に内蔵されている .NET および Azure のエージェントスキルについて。
スキルは Visual Studio 2026 18.8 以降で含まれている。記事ではスキルの概要と試すべき Azure スキルなどを紹介している。
Announcing .NET Modernization for Beginners - .NET Blog
https://devblogs.microsoft.com/dotnet/announcing-dotnet-modernization-for-beginners/
.NET のモダナイズするための初心者向けのガイドが公開された。
このガイドは GitHub Copilot のモダナイゼーションエージェントを使用してレガシー ASP.NET アプリケーションを .NET 10 にモダナイズするというコースとなっている。
【.NET】ファイルベースアプリでもBenchmarkDotNetを使う方法
https://zenn.dev/prozolic/articles/e3853758c224d9
ファイルベースのアプリケーション (dotnet run app.cs) でも BenchmarkDotNet を使用する方法について。
記事ではエラーとなる原因と対処方法を紹介している。
Microsoft Agent Framework オーケストレーション検証: Group chat
https://zenn.dev/yy7613/articles/0cbfcbd01a3d89
Microsoft Agent Framework でサポートされるオーケストレーションパターンの検証について。
- Microsoft Agent Framework オーケストレーション検証: Concurrent(並列実行と集約)
- Microsoft Agent Framework オーケストレーション検証: Sequential(直列実行)
- Microsoft Agent Framework オーケストレーション検証: Handoff(専門エージェントへの委譲)
The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure - Visual Studio Blog
Visual Studio サブスクリプションの特典として利用できる Azure の開発・テスト向けの Dev/Test プランについての紹介。
Native AOT で COM の自作と使用
https://zenn.dev/shinta0806/articles/implement-com
NativeAOT で COM インターフェースを実装し、システムに登録せず使用する方法について。
【.NET】.NET 11 Preview 5の新機能を振り返る(MSBuild編) - Qiita
https://qiita.com/KM_20005/items/3f2f5b773dcb1d02d622
.NET 11 Preview 5 での MSBuild 関連の新機能や改善についてのまとめ。
【C#】.NET 11 Preview 5の新機能を振り返る(ライブラリ編) - Qiita
https://qiita.com/KM_20005/items/843baf63a880435f18a0
.NET 11 Preview 5 でのベースライブラリー関連の新機能や改善についてのまとめ。
Pick, manage, and get the most from your models - Visual Studio Blog
https://devblogs.microsoft.com/visualstudio/pick-manage-and-get-the-most-from-your-models/
Visual Studio で導入されるモデルピッカーの改善とコンテキスト使用量の表示といった改善について。
Microsoft.Extensions.AI から Bedrock AgentCore Gateway の Web Search を呼び出してみた - Qiita
https://qiita.com/karuakun/items/d16f8ad61f56780b98a4
Microsoft.Extensions.AI で Amazon Bedrock AgentCore Gateway の Web Search を MCP として呼び出してみた例について。
Claude Fable 5 が教えてくれた FastEnum の高速化テクニック (1) - 文字列のハッシュ値生成
https://zenn.dev/xin9le/articles/6fb2045805996c
Claude Fable 5 を使用して FastEnum の文字列ハッシュの高速化を行ったという話。
Serilogの buffered: true でログが「出力されない」ように見えた話
https://zenn.dev/whitedeer/articles/081418416869eb
Serilog で buffered: true を使用した場合にバッファリングされるため、ログが出力されないように見える現象について。
dotInsights | July 2026 - The JetBrains Blog
https://blog.jetbrains.com/dotnet/2026/07/10/dotinsights-july-2026/
JetBrains による .NET 関連情報のまとめ 2026 年 7 月版。
Injecting a C# REPL into a running .NET process - Blog - Will Fuqua
https://fuqua.io/blog/2026/06/injecting-a-csharp-repl-into-a-running-net-process/
実行中のアプリに対して REPL を実行できるようにするというツールの紹介。起動時にフックを登録しておき、接続するという仕組み。
Meet G#: a modern .NET language with Go, Kotlin, and Swift ergonomics
Kotlin や Swift のような構文をもつ、.NET 向けの新しい言語 G# を設計し、公開したという話。
ライブラリ、リポジトリ、ツールなど
nuskey8/Tacos: 🌮An on-demand, incremental computation framework for .NET, heavily inspired by salsa.
https://github.com/nuskey8/Tacos
salsa (salsa-rs) にインスパイアされた C# 向けのオンデマンドな増分計算フレームワーク。
salsa-rsインスパイアのC#向け増分計算フレームワーク『Tacos』をリリースしました🌮
— nuskey (@nuskey8) July 11, 2026
Source Generatorを活用し、インメモリキャッシュを活用したインクリメンタルな計算をサポートします。仕組みは大体salsaと同じですが、よりC#らしく扱いやすいAPIに仕上がってます。https://t.co/yDchXsCO8L