Skip to content

Commit c5615e1

Browse files
authored
Merge pull request #197 from mayuki/2025-11-13
Add 2025-11-13..md
2 parents b1600a3 + d06f048 commit c5615e1

File tree

1 file changed

+187
-0
lines changed

1 file changed

+187
-0
lines changed

input/2025/2025-11-13.md

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
---
2+
Title: "2025-11-13: .NET 10, Visual Studio 2026, ReSharper & Rider 2025.3, Avalonia Partnering with Google's Flutter Team"
3+
Published: 2025/11/13 00:00
4+
DestinationPath: 2025/11/13/updates.html
5+
---
6+
<!--
7+
# yyyy-MM-dd
8+
## 主なトピックス
9+
## ヘッドライン
10+
## アーティクル、スライドなど
11+
## ライブラリ、リポジトリ、ツールなど
12+
## サイト、ドキュメントなど
13+
### ツイート
14+
## Deep Dive
15+
-->
16+
17+
## トピックス
18+
19+
### Announcing .NET 10 - .NET Blog
20+
https://devblogs.microsoft.com/dotnet/announcing-dotnet-10/
21+
22+
.NET 10 がリリースされた。
23+
24+
このリリースではパフォーマンスの向上や C# 14 での言語機能の拡張、.NET ライブラリーの様々な改善が含まれている。
25+
26+
記事では Aspire や Microsoft Agent Framework、ASP.NET Core や Blazor、Entity Framework Core、.NET MAUI といった各種フレームワークの新機能や改善点についても触れている。
27+
28+
### Visual Studio 2026 is here: faster, smarter, and a hit with early adopters - Visual Studio Blog
29+
https://devblogs.microsoft.com/visualstudio/visual-studio-2026-is-here-faster-smarter-and-a-hit-with-early-adopters/
30+
31+
Visual Studio 2026 がリリースされ一般提供となった。
32+
33+
このリリースでは起動の高速化や UI のフリーズの削減、GitHub Copilot など AI 機能の強化、.NET 10 への対応といった改善が含まれている。Visual Studio 2026 から IDE とビルドツールの分離が行われたことで毎月の更新で新しい改善を提供しやすくなったとしている。
34+
35+
Visual Studio 2026 はサブスクリプションを持っていればすぐに使い始めることができ、2025年12月1日からはスタンドアローン版を Microsoft Store から入手可能になる。
36+
37+
- [Visual Studio 2026がGA!アップデートがだいぶ手軽になりました](https://zenn.dev/suusanex/articles/9e01a1cf77a73f)
38+
39+
40+
### ReSharper 2025.3: Day-One C# 14 Support, Visual Studio 2026 Compatibility, and Major Performance Gains | The .NET Tools Blog
41+
https://blog.jetbrains.com/dotnet/2025/11/11/resharper-2025-3-day-one-csharp-14-support-visual-studio-2026-compatible/
42+
43+
ReSharper 2025.3 がリリースされた。
44+
45+
このリリースでは .NET 10 / C# 14 の言語機能の Day 1 サポート、パフォーマンスの向上、Visual Studio 2026 との互換性、C++ のサポートといった改善が含まれる。
46+
47+
- [C# 14 Language Features in ReSharper and Rider 2025.3 | The .NET Tools Blog](https://blog.jetbrains.com/dotnet/2025/11/11/csharp-14-language-features-in-resharper-and-rider-2025-3/)
48+
49+
### Rider 2025.3: Day-One Support for .NET 10 and C# 14, a New Default UI, and Faster Startup | The .NET Tools Blog
50+
https://blog.jetbrains.com/dotnet/2025/11/11/rider-2025-3-day-one-support-for-dotnet-10/
51+
52+
Rider 2025.3 がリリースされた。
53+
54+
このリリースでは .NET 10 / C# 14 の言語機能の Day 1 サポート、新しいデフォルト UI テーマ、パフォーマンス改善とスタートアップ最適化といった様々な改善が含まれている。
55+
56+
- [What’s Been Fixed in Rider 2025.3 | The .NET Tools Blog](https://blog.jetbrains.com/dotnet/2025/11/11/what-s-been-fixed-in-rider-2025-3/)
57+
58+
### Avalonia Partnering with Google's Flutter Team to Bring Impeller Rendering to .NET - Avalonia UI
59+
https://avaloniaui.net/blog/avalonia-partners-with-google-s-flutter-t-eam-to-bring-impeller-rendering-to-net
60+
61+
Avalonia UI が Google の Flutter チームと提携し、Flutter の Impeller レンダラーを .NET 環境で利用できるようにする取り組みについて。
62+
63+
SkiaSharp に代わるレンダラーを模索していることを公表した後、Flutter チームのメンバーから連絡があり Flutter の Impeller レンダラーを Avalonia のレンダラーとして利用できるように取り組み始めたとのこと。
64+
65+
記事ではなぜ Impeller を選択するのか、パフォーマンスについて、進捗と今後の予定、以前の SkiaSharp の代替として検討していた Vello についても触れている。
66+
67+
### .NET and .NET Framework November 2025 servicing releases updates - .NET Blog
68+
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-november-2025-servicing-updates/
69+
70+
.NET と .NET Framework の 2025年11月のサービスリリースが公開された。
71+
72+
このリリースではセキュリティーに関する更新はなく、いくつかのバグ修正や軽微な改善が含まれている。
73+
74+
### .NET MAUI is Coming to Linux and the Browser, Powered by Avalonia - Avalonia UI
75+
https://avaloniaui.net/blog/net-maui-is-coming-to-linux-and-the-browser-powered-by-avalonia
76+
77+
.NET MAUI のバックエンドとして Avalonia を利用することで Linux とブラウザー上で .NET MAUI アプリケーションを動作できるようにするプロジェクトについて。
78+
79+
プロジェクトが安定したのち MIT ライセンスのオープンソースで公開されるとしている。
80+
81+
### Cake - Cake v6.0.0 released
82+
https://cakebuild.net/blog/2025/11/cake-v6.0.0-released
83+
84+
Cake v6.0.0 がリリースされた。
85+
86+
このリリースでは .NET 10 と C# 14 のサポート、新しいランナーとして file-based apps などで役立つ Cake.Sdk の追加などの新機能が含まれる。
87+
88+
89+
## リリース
90+
- [aws/aws-sdk-net](https://github.com/aws/aws-sdk-net)
91+
- [3.7.1160.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1160.0), [3.7.1161.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1161.0), [3.7.1162.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1162.0), [3.7.1163.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1163.0), [3.7.1164.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1164.0), [4.0.128.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.128.0), [4.0.129.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.129.0), [4.0.130.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.130.0), [4.0.131.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.131.0), [4.0.132.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.132.0)
92+
- [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net)
93+
- [Azure.Core_1.50.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Core_1.50.0), [Azure.ResourceManager.ContainerRegistry_1.4.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.ResourceManager.ContainerRegistry_1.4.0), [Azure.ResourceManager.RedisEnterprise_1.3.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.ResourceManager.RedisEnterprise_1.3.0)
94+
- [CommunityToolkit/Maui](https://github.com/CommunityToolkit/Maui)
95+
- [13.0.0](https://github.com/CommunityToolkit/Maui/releases/tag/13.0.0), [4.0.0-maps](https://github.com/CommunityToolkit/Maui/releases/tag/4.0.0-maps), [7.0.0-mediaelement](https://github.com/CommunityToolkit/Maui/releases/tag/7.0.0-mediaelement)
96+
- [domaindrivendev/Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
97+
- [v10.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v10.0.0), [v10.0.1](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v10.0.1)
98+
- [dotnet/command-line-api](https://github.com/dotnet/command-line-api)
99+
- [v2.0.0](https://github.com/dotnet/command-line-api/releases/tag/v2.0.0)
100+
- [dotnet/dotnet-monitor](https://github.com/dotnet/dotnet-monitor)
101+
- [v10.0.0](https://github.com/dotnet/dotnet-monitor/releases/tag/v10.0.0), [v8.1.3](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.3), [v9.0.5](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.5)
102+
- [dotnet/machinelearning](https://github.com/dotnet/machinelearning)
103+
- [v5.0.0](https://github.com/dotnet/machinelearning/releases/tag/v5.0.0)
104+
- [dotnet/wcf](https://github.com/dotnet/wcf)
105+
- [v10.0.0-rtm](https://github.com/dotnet/wcf/releases/tag/v10.0.0-rtm)
106+
- [googleapis/google-cloud-dotnet](https://github.com/googleapis/google-cloud-dotnet)
107+
- [Google.Cloud.BigQuery.Storage.V1-3.19.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.BigQuery.Storage.V1-3.19.0), [Google.Cloud.Bigtable.V2-3.26.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.Bigtable.V2-3.26.0), [Google.Shopping.Merchant.Accounts.V1-1.2.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Accounts.V1-1.2.0), [Google.Shopping.Merchant.Inventories.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Inventories.V1-1.1.0), [Google.Shopping.Merchant.IssueResolution.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.IssueResolution.V1-1.1.0), [Google.Shopping.Merchant.Lfp.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Lfp.V1-1.1.0), [Google.Shopping.Merchant.Notifications.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Notifications.V1-1.1.0), [Google.Shopping.Merchant.OrderTracking.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.OrderTracking.V1-1.1.0), [Google.Shopping.Merchant.Products.V1-1.2.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Products.V1-1.2.0), [Google.Shopping.Merchant.Promotions.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Promotions.V1-1.1.0), [Google.Shopping.Merchant.Quota.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Quota.V1-1.1.0), [Google.Shopping.Merchant.Reports.V1-1.1.0](https://github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Shopping.Merchant.Reports.V1-1.1.0)
108+
- [microsoft/WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK)
109+
- [v1.7.6](https://github.com/microsoft/WindowsAppSDK/releases/tag/v1.7.6), [v1.8.3](https://github.com/microsoft/WindowsAppSDK/releases/tag/v1.8.3), [v2.0-exp2](https://github.com/microsoft/WindowsAppSDK/releases/tag/v2.0-exp2), [v2.0-exp3](https://github.com/microsoft/WindowsAppSDK/releases/tag/v2.0-exp3)
110+
- [mysql-net/MySqlConnector](https://github.com/mysql-net/MySqlConnector)
111+
- [2.5.0](https://github.com/mysql-net/MySqlConnector/releases/tag/2.5.0)
112+
- [newrelic/newrelic-dotnet-agent](https://github.com/newrelic/newrelic-dotnet-agent)
113+
- [v10.46.1](https://github.com/newrelic/newrelic-dotnet-agent/releases/tag/v10.46.1)
114+
- [open-telemetry/opentelemetry-dotnet](https://github.com/open-telemetry/opentelemetry-dotnet)
115+
- [core-1.14.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.14.0)
116+
- [spectreconsole/spectre.console](https://github.com/spectreconsole/spectre.console)
117+
- [0.54.0](https://github.com/spectreconsole/spectre.console/releases/tag/0.54.0)
118+
- [StackExchange/StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis)
119+
- [2.10.1](https://github.com/StackExchange/StackExchange.Redis/releases/tag/2.10.1)
120+
121+
122+
## アーティクル、スライドなど
123+
### Microsoft Agent Framework (C#) を見てみよう その13 .NET 10用のAgentプロジェクトテンプレート
124+
https://zenn.dev/microsoft/articles/agent-framework-013
125+
126+
Microsoft Agent Framework の .NET 10 向けエージェントプロジェクトのテンプレート (.NET プロジェクトのテンプレート) の解説。
127+
128+
### C# SDKを使ってPlaywrightツールを設定したAzure AI Foundry Agentを作成する - Qiita
129+
https://qiita.com/ns_asaka/items/1f0b9763da36bc547bfa
130+
131+
Azure Foundry Agent から Playwright Workspace を呼び出し Microsoft Forms のアンケートを自動入力するという一連の流れを C# SDK で行う手順について。
132+
133+
### Visual Studio 2022 と Visual Studio 2026 で .NET Upgrade Assistant を使う方法
134+
https://zenn.dev/microsoft/articles/dotnet-upgrade-assistant-vs2022-vs2026
135+
136+
Visual Studio 2022 と Visual Studio 2026 で .NET Upgrade Assistant 拡張を有効にする方法について。
137+
138+
### Introducing Copilot auto model selection (preview) - Visual Studio Blog
139+
https://devblogs.microsoft.com/visualstudio/introducing-copilot-auto-model-selection-preview/
140+
141+
Visual Studio 上の Copilot Chat で自動的に最適な AI モデルを選択する機能(プレビュー)の紹介。
142+
143+
### ちょっとだけ Inside Application Insights SDK (.NET)
144+
https://zenn.dev/masakura/articles/46d5665e0f89f2
145+
146+
Application Insights SDK がアプリケーションから受け取ったテレメトリーを送信するまでの流れについての解説。
147+
148+
### 【.NET】開発時に活用できる属性
149+
https://zenn.dev/prozolic/articles/e6c103b68667b0
150+
151+
デバッグ時の IDE 上での表示を制御する DebuggerDisplay 属性などの紹介。
152+
153+
### 同時実行数が指定可能なTaskScheduler
154+
https://zenn.dev/koturn/articles/koturn-limited-concurrency-level-task-scheduler
155+
156+
同時実行数を制御可能にした TaskScheduler の実装について。
157+
158+
### How I captured a real StackOverflowException dump
159+
https://dev.to/imtejassingh/how-i-captured-a-real-stackoverflowexception-dump-2fd6
160+
161+
Windows 環境で StackOverflowException 発生時にメモリーダンプを作成してデバッグする方法について。
162+
163+
### ネクストリードの技術スタック (C# 編)
164+
https://qiita.com/magnet163/items/92fde9adceb38f2a4616
165+
166+
ネクストリード社でのバックエンドに .NET / C# を採用している観点や背景の解説。
167+
168+
169+
### SkiaSharp.QrCodeをフルリファクタしてC#最速のQRコード生成ライブラリにした - tech.guitarrapc.cóm
170+
https://tech.guitarrapc.com/entry/2025/11/10/190000
171+
172+
SkiaSharp で QR コードを生成する SkiaSharp.QrCode をリファクタリングしてパフォーマンスを最適化したことについて。
173+
174+
記事では主な改善点やベンチマーク、利用方法、どのようなリファクタリングを行って改善したのかについて解説している。
175+
176+
### 【C#】TypeHandle について。 - ねののお庭。
177+
https://blog.neno.dev/entry/2025/11/09/214259
178+
179+
.NET ランタイムの内部で使用されている TypeHandle についての解説。
180+
181+
## ライブラリ、リポジトリ、ツールなど
182+
### domibies/dotbox-mcp: MCP server for managing Docker containers running .NET workloads
183+
https://github.com/domibies/dotbox-mcp
184+
185+
Docker コンテナー上で .NET コードを実行するための MCP サーバー。
186+
187+
- [Building dotbox-mcp: My Journey Creating a .NET Sandbox MCP Server](https://dominique.biesmans.com/posts/building-dotbox-mcp/)

0 commit comments

Comments
 (0)