|
| 1 | +--- |
| 2 | +Title: "2025-11-28: Ix.NET v7.0, TUnit, Npgsql 10.0" |
| 3 | +Published: 2025/11/28 00:00 |
| 4 | +DestinationPath: 2025/11/28/updates.html |
| 5 | +--- |
| 6 | +<!-- |
| 7 | +# yyyy-MM-dd |
| 8 | +## 主なトピックス |
| 9 | +## ヘッドライン |
| 10 | +## アーティクル、スライドなど |
| 11 | +## ライブラリ、リポジトリ、ツールなど |
| 12 | +## サイト、ドキュメントなど |
| 13 | +### ツイート |
| 14 | +## Deep Dive |
| 15 | +--> |
| 16 | + |
| 17 | +## トピックス |
| 18 | + |
| 19 | +### Ix.NET v7.0: .NET 10 and LINQ for IAsyncEnumerable | endjin |
| 20 | +https://endjin.com/blog/2025/11/ix-v7-dotnet-10-linq-iasyncenumerable |
| 21 | + |
| 22 | +### TUnit — Why I Spent 2 Years Building a New .NET Testing Framework |
| 23 | +https://medium.com/@thomhurst/tunit-why-i-spent-2-years-building-a-new-net-testing-framework-86efaec0b8b8 |
| 24 | + |
| 25 | +### Npgsql 10.0 Release Notes | Npgsql Documentation |
| 26 | +https://www.npgsql.org/doc/release-notes/10.0.html |
| 27 | + |
| 28 | +### Visual Studio – Built for the Speed of Modern Development - Visual Studio Blog |
| 29 | +https://devblogs.microsoft.com/visualstudio/visual-studio-built-for-the-speed-of-modern-development/ |
| 30 | + |
| 31 | +### ReSharper and Rider 2025.3.0.3: A Fresh Set of Updates Released | The .NET Tools Blog |
| 32 | +https://blog.jetbrains.com/dotnet/2025/11/27/resharper-and-rider-2025-3-0-3/ |
| 33 | + |
| 34 | +### .NET Day on Agentic Modernization Coming Soon - .NET Blog |
| 35 | +https://devblogs.microsoft.com/dotnet/dotnet-day-on-agentic-modernization-coming-soon/ |
| 36 | + |
| 37 | +### The Worst Security Vulnerability in Akka.NET - And How to Fix It |
| 38 | +https://petabridge.com/blog/akka-net-tls-vulnerability/ |
| 39 | + |
| 40 | +## リリース |
| 41 | +- [App-vNext/Polly](https://github.com/App-vNext/Polly) |
| 42 | + - [8.6.5](https://github.com/App-vNext/Polly/releases/tag/8.6.5) |
| 43 | +- [aws/aws-sdk-net](https://github.com/aws/aws-sdk-net) |
| 44 | + - [3.7.1171.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1171.0), [3.7.1172.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1172.0), [3.7.1173.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1173.0), [3.7.1174.0](https://github.com/aws/aws-sdk-net/releases/tag/3.7.1174.0), [4.0.139.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.139.0), [4.0.140.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.140.0), [4.0.141.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.141.0), [4.0.142.0](https://github.com/aws/aws-sdk-net/releases/tag/4.0.142.0) |
| 45 | +- [Azure/azure-cosmos-dotnet-v3](https://github.com/Azure/azure-cosmos-dotnet-v3) |
| 46 | + - [3.55.0](https://github.com/Azure/azure-cosmos-dotnet-v3/releases/tag/3.55.0), [3.56.0](https://github.com/Azure/azure-cosmos-dotnet-v3/releases/tag/3.56.0) |
| 47 | +- [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net) |
| 48 | + - [Azure.ResourceManager.Datadog_1.0.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.ResourceManager.Datadog_1.0.0), [Azure.ResourceManager.Dynatrace_1.2.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.ResourceManager.Dynatrace_1.2.0), [Azure.ResourceManager.NetApp_1.14.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.ResourceManager.NetApp_1.14.0), [Azure.ResourceManager.Resources_1.11.2](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.ResourceManager.Resources_1.11.2) |
| 49 | +- [CommunityToolkit/Aspire](https://github.com/CommunityToolkit/Aspire) |
| 50 | + - [v13.0.0](https://github.com/CommunityToolkit/Aspire/releases/tag/v13.0.0) |
| 51 | +- [DataDog/dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet) |
| 52 | + - [v3.32.0](https://github.com/DataDog/dd-trace-dotnet/releases/tag/v3.32.0) |
| 53 | +- [dotnet/aspire](https://github.com/dotnet/aspire) |
| 54 | + - [v13.0.1](https://github.com/dotnet/aspire/releases/tag/v13.0.1) |
| 55 | +- [microsoft/CsWin32](https://github.com/microsoft/CsWin32) |
| 56 | + - [v0.3.253](https://github.com/microsoft/CsWin32/releases/tag/v0.3.253), [v0.3.257](https://github.com/microsoft/CsWin32/releases/tag/v0.3.257) |
| 57 | +- [npgsql/npgsql](https://github.com/npgsql/npgsql) |
| 58 | + - [v10.0.0](https://github.com/npgsql/npgsql/releases/tag/v10.0.0) |
| 59 | +- [open-telemetry/opentelemetry-dotnet-contrib](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) |
| 60 | + - [Instrumentation.AspNet-1.14.0](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases/tag/Instrumentation.AspNet-1.14.0) |
| 61 | +- [spectreconsole/spectre.console](https://github.com/spectreconsole/spectre.console) |
| 62 | + - [0.53.1](https://github.com/spectreconsole/spectre.console/releases/tag/0.53.1) |
| 63 | +- [unoplatform/uno](https://github.com/unoplatform/uno) |
| 64 | + - [6.4.185](https://github.com/unoplatform/uno/releases/tag/6.4.185) |
| 65 | + |
| 66 | +## アーティクル、スライドなど |
| 67 | +### C#にあったらいいなと思う記法・言語仕様 - Qiita |
| 68 | +https://qiita.com/hqf00342/items/6395245d7e321b8dd396 |
| 69 | + |
| 70 | +### Deploy apps in production with Oracle Entity Framework Core 10 |
| 71 | +https://medium.com/oracledevs/announcing-oracle-entity-framework-core-10-595fd4d1e984 |
| 72 | + |
| 73 | +### Agent Framework で MCP サーバを構築する |
| 74 | +https://zenn.dev/microsoft/articles/agentframework-mcp-01 |
| 75 | + |
| 76 | +### .NET Conf 2025のセッションで、気になったものとその注目ポイント |
| 77 | +https://zenn.dev/suusanex/articles/ca25cda12bc150 |
| 78 | + |
| 79 | +### C#でカードリーダーを用いたICカード読取 - Qiita |
| 80 | +https://qiita.com/saten/items/5b5541226b9a5ffb6320 |
| 81 | + |
| 82 | +### Exploring the .NET boot process via host tracing |
| 83 | +https://andrewlock.net/exploring-the-dotnet-boot-process-via-host-tracing/ |
| 84 | + |
| 85 | +### ASP.NET Web APIのOnActionExecutingは「いつ」動くのか? |
| 86 | +https://zenn.dev/nexta_/articles/1c3311a0020dec |
| 87 | + |
| 88 | +### TypedSql──C# の型システムをクエリエンジンとして「悪用」してみた話 - Qiita |
| 89 | +https://qiita.com/hez2010/items/2936d7441c61df5a628a |
| 90 | + |
| 91 | +### ポエム:LLM時代のライブラリ設計、LLMが書きやすいものにした方が良いので泣く泣く方針転換した |
| 92 | +https://zenn.dev/jtechjapan_pub/articles/c11c81bae36746 |
| 93 | + |
| 94 | +### WPF / CommunityToolkit.Mvvm: IMessenger 活用 - Qiita |
| 95 | +https://qiita.com/Noriyuki1203/items/fc132aba3e873b2adb13 |
| 96 | + |
| 97 | +### C# で IFileDialog(ファイルを開くダイアログなど)を使う |
| 98 | +https://zenn.dev/shinta0806/articles/ifiledialog-cs |
| 99 | + |
| 100 | +### 【C#14新機能】extensionブロック |
| 101 | +https://zenn.dev/peacockanderson/articles/1246b49fc58e10 |
| 102 | + |
| 103 | +### Agent Framework から Copilot Studio のカスタムエージェントを呼ぶ~ダメでした~ |
| 104 | +https://zenn.dev/microsoft/articles/agentframework-copilotstudio-01 |
| 105 | + |
| 106 | +### ⚔️ C#クエスト ― パターンマッチングの謎解き 🐉 |
| 107 | +https://zenn.dev/plusone/articles/25aa4accde604b |
| 108 | + |
| 109 | +### Antigravityを使ってWindows FormsからBlazor Hybridへの移行と動作確認用のテストを実装してみた - Qiita |
| 110 | +https://qiita.com/RYA234/items/2f07fe7fc5ea46a5715c |
| 111 | + |
| 112 | +### Durable Agent で長時間ツール呼び出し - Microsoft Agent Framework (C#) その15 |
| 113 | +https://zenn.dev/microsoft/articles/agent-framework-015 |
| 114 | + |
| 115 | +### Durable Agent で静的変数アクセスを消す - Microsoft Agent Framework (C#) その16 |
| 116 | +https://zenn.dev/microsoft/articles/agent-framework-016 |
| 117 | + |
| 118 | +### 新しいワークフローの勉強1 - Microsoft Agent Framework (C#) その18 |
| 119 | +https://zenn.dev/microsoft/articles/agent-framework-018 |
| 120 | + |
| 121 | +### プロンプトテンプレートエンジンを使う - Microsoft Agent Framework (C#) その17 |
| 122 | +https://zenn.dev/microsoft/articles/agent-framework-017 |
| 123 | + |
| 124 | +### Agent を API として公開する - Microsoft Agent Framework (C#) その19 |
| 125 | +https://zenn.dev/microsoft/articles/agent-framework-019 |
| 126 | + |
| 127 | +### 深掘り.NET:Dictionaryを読み解く - Qiita |
| 128 | +https://qiita.com/felis_silv/items/a03d49ec15fcd7674cd2 |
| 129 | + |
| 130 | +### 深掘り.NET:Queueを読み解く - Qiita |
| 131 | +https://qiita.com/felis_silv/items/b5340109bcf087d04ea4 |
| 132 | + |
| 133 | +### 深掘り.NET:Listを読み解く - Qiita |
| 134 | +https://qiita.com/felis_silv/items/10dd17ad720c039a7d69 |
0 commit comments