Skip to content

Commit 9710bce

Browse files
authored
Merge pull request #225 from mayuki/2026-08-10
Add 2026-08-10.md
2 parents 8b66550 + 550d004 commit 9710bce

1 file changed

Lines changed: 166 additions & 0 deletions

File tree

input/2026/2026-08-10.md

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
---
2+
Title: "2026-08-10: C# Kaigi 2026, NuGet Reducing API Key Lifetime, Rx.NET v7.0, Uno Platform 6.6"
3+
Published: 2026/08/10 00:00
4+
DestinationPath: 2026/08/10/updates.html
5+
---
6+
<!--
7+
# yyyy-MM-dd
8+
## 主なトピックス
9+
## ヘッドライン
10+
## アーティクル、スライドなど
11+
## ライブラリ、リポジトリ、ツールなど
12+
## サイト、ドキュメントなど
13+
### ツイート
14+
## Deep Dive
15+
-->
16+
17+
## トピックス
18+
19+
### タイムテーブル | C# Kaigi 2026
20+
https://csharpkaigi.net/timetable
21+
22+
### Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime - .NET Blog
23+
https://devblogs.microsoft.com/dotnet/strengthening-nuget-supply-chain-security-reducing-api-key-lifetime/
24+
25+
### Rx.NET v7.0 Now Available
26+
https://endjin.com/blog/rx-dotnet-v7-0-released
27+
28+
### Uno Platform 6.6: Native AOT, Vulkan Rendering, MCP Auto Registration and More
29+
https://platform.uno/blog/uno-platform-6-6/
30+
31+
### The Path to CoreCLR #1: The Problem - Unity Engine - Unity Discussions
32+
https://discussions.unity.com/t/the-path-to-coreclr-1-the-problem/1733018
33+
34+
## リリース
35+
- [Azure/azure-cosmos-dotnet-v3](https://github.com/Azure/azure-cosmos-dotnet-v3)
36+
- [3.62.0](https://github.com/Azure/azure-cosmos-dotnet-v3/releases/tag/3.62.0)
37+
- [unoplatform/uno](https://github.com/unoplatform/uno)
38+
- [6.6.184](https://github.com/unoplatform/uno/releases/tag/6.6.184)
39+
40+
## アーティクル、スライドなど
41+
### .NETランタイムのローカルビルド方法(備忘録)
42+
https://zenn.dev/prozolic/articles/40596be65d333f
43+
44+
### C#のSystemCommandLineの静的補完機能について - Qiita
45+
https://qiita.com/KM_20005/items/57abdc2173659ba24a80
46+
47+
### From generated code to trusted code with a unit-test agent - .NET Blog
48+
https://devblogs.microsoft.com/dotnet/polyglot-unit-testing-agent/
49+
50+
### WPFのスライダーを目盛り単位で動かすには4つのプロパティが必要
51+
https://zenn.dev/suusanex/articles/d40492e3c23059
52+
53+
### OpenTelemetryを「本来の使い方じゃない」目的で使ってみたら十分便利だった話
54+
https://zenn.dev/sitio1/articles/1b78532dfbaac1
55+
56+
### RoslynでもできないメタプログラミングをMetalamaで! - OTel Tracingを例にして
57+
https://zenn.dev/kamome283/articles/introduce-metalama
58+
59+
### ネットワーク特化の爆速シリアライザー
60+
https://zenn.dev/sator_imaging/articles/09d7584ed4ec08
61+
62+
### ボタンは「離したとき」ではなく「押したとき」に反応させる
63+
https://zenn.dev/yoi/articles/c4aa9cdd36bcbe
64+
65+
### SnippingToolに機能を足して自作してみた【低レベルキーボドフック】
66+
https://zenn.dev/da39nbv3/articles/d1f77b496bf866
67+
68+
- [SnippingToolに機能を足して自作してみた【マルチモニタ・DPI混在環境でオーバーレイの座標を合わせる】](https://zenn.dev/da39nbv3/articles/3d872d56db49be)
69+
- [SnippingToolに機能を足して自作してみた【PrintWindowを使わないウィンドウキャプチャの実装】](https://zenn.dev/da39nbv3/articles/f646b750396870)
70+
- [SnippingToolに機能を足して自作してみた【カーソル下の「本物のアプリウィンドウ」だけを拾う判定ロジック】](https://zenn.dev/da39nbv3/articles/43a224604620a5)
71+
72+
### C# 15+の新DIパターン: 内部はinterfaceで疎結合、公開APIはunionで型の許容範囲を制御
73+
https://zenn.dev/inuinu/articles/csharp15-new-di-interface-union-closed
74+
75+
### 【F#で数理最適化】Flipsに入門してみた - Qiita
76+
https://qiita.com/tasuku_nekozawa/items/e774aacb10b9024add4f
77+
78+
### Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit - Visual Studio Blog
79+
https://devblogs.microsoft.com/visualstudio/build-azure-skills-faster-with-cloud-academy-a-visual-studio-subscriber-benefit/
80+
81+
### Automatic CSRF protection based on Fetch Metadata headers: Exploring the .NET 11 preview - Part 6
82+
https://andrewlock.net/exploring-the-dotnet-11-preview-6-automatic-csrf-protection-based-on-fetch-metadata-http-headers/
83+
84+
### Supabase .NET DevLog #4
85+
https://dev.to/tr00d/supabase-net-devlog-4-534a
86+
87+
### 「AIに向くのは学習データが多い言語」TypeScript・C#を作った Anders Hejlsberg がAIを語った回を要点解説
88+
https://zenn.dev/talks_tldr_jp/articles/tldr22-hejlsberg-summary
89+
90+
### AIとUI Automationで画面操作のE2Eテストを組んだら、「実装の壁」は結局人間側にあった話
91+
https://zenn.dev/sitio1/articles/d07e7030f54b6e
92+
93+
### Agent Framework Harness と Agent Governance Toolkit でファイル操作エージェント制御
94+
https://zenn.dev/microsoft/articles/agent-governance-toolkit-policy-02
95+
96+
### Performance Pitfalls in C# / .NET - Protobuf - repeated uint32 vs repeated fixed32
97+
https://blog.eterm.uk/2026/07/30/Performance-pitfalls-protobuf
98+
99+
### Test reporting in Microsoft.Testing.Platform: from red build to root cause - .NET Blog
100+
https://devblogs.microsoft.com/dotnet/microsoft-testing-platform-reporting/
101+
102+
### The Ultimate .NET Workflow for Cursor, Antigravity, and AI-First Editors - The JetBrains Blog
103+
https://blog.jetbrains.com/dotnet/2026/08/05/the-ultimate-dotnet-workflow-for-cursor/
104+
105+
### gpt-5.6-sol の high に「ウルトラ」と入力して「ソウル」と話させる技術
106+
https://zenn.dev/microsoft/articles/agent-framework-ultra-soul
107+
108+
- [ウルトラ gpt-5.5-sol high の供養記事](https://zenn.dev/microsoft/articles/agent-framework-ultra-soul-memorial)
109+
110+
### Beyond Chat: live Speech-to-Text with Foundry Local and C# - .NET Blog
111+
https://devblogs.microsoft.com/dotnet/foundry-local-live-speech-to-text-csharp/
112+
113+
### dotInsights | August 2026 - The JetBrains Blog
114+
https://blog.jetbrains.com/dotnet/2026/08/04/dotinsights-august-2026/
115+
116+
### The Complete Package: Why Debugging Is Only Half the C# Productivity Story - The JetBrains Blog
117+
https://blog.jetbrains.com/dotnet/2026/07/30/the-complete-package-why-debugging-is-only-half-the-csharp-productivity-story/
118+
119+
### 今さら聞けない .NET CLI
120+
https://zenn.dev/poipoionigiri/articles/992b3ecf963154
121+
122+
### C#で new を差し替える実験的モックツールを作っている話 - Qiita
123+
https://qiita.com/kaneko_desu/items/a75831913a96757444fa
124+
125+
### Tell your model when to think harder - Visual Studio Blog
126+
https://devblogs.microsoft.com/visualstudio/tell-your-model-when-to-think-harder/
127+
128+
### Understanding the Fetch Metadata HTTP headers: Sec-Fetch-Site and friends
129+
https://andrewlock.net/understanding-the-fetch-metadata-http-headers-sec-fetch-site-and-friends/
130+
131+
### Announcing a New Visual Manifest Editor in the WinApp VS Code Extension - #ifdef Windows
132+
https://devblogs.microsoft.com/ifdef-windows/announcing-a-new-visual-manifest-editor-in-the-winapp-vs-code-extension/
133+
134+
### Excel編集ライブラリを比較してみた【OpenXML / ClosedXML / EPPlus / NPOI / MiniExcel / NetOffice】 - Qiita
135+
https://qiita.com/masayasu_t/items/807dc40e4a37aa9124d1
136+
137+
### Microsoft Agent Framework オーケストレーション検証: Magentic
138+
https://zenn.dev/yy7613/articles/a093a93a497178
139+
140+
### Debugging for .NET in VS Code and Cursor: The #1 Requested Feature Is Here - The JetBrains Blog
141+
https://blog.jetbrains.com/dotnet/2026/07/13/rs-vsc-debugging-2/
142+
143+
### C# 13→14→15で何が変わった?.NET 10移行前に調べた新機能まとめ
144+
https://zenn.dev/jodycraft/articles/fb5b17e9ee274c
145+
146+
### PolyTypeとserde、シリアライザの話 | nuskey.md
147+
https://www.nuskey.md/articles/polytype-and-serde
148+
149+
### ZeroGC: an allocate-only garbage collector for .NET | Konrad 'Dev Nerd' Kokosa
150+
https://kokosa.dev/blog/2026/zero-gc/
151+
152+
## ライブラリ、リポジトリ、ツールなど
153+
### davidwhitney/JsxCore: Native support for JSX and TSX as a server and client rendered view engine for ASP.NET Core. Bringing the modern web to ASP.NET.
154+
https://github.com/davidwhitney/JsxCore
155+
156+
### ツイート
157+
<!-- https://x.com/egorbo/status/2085095187555217628?s=12&t=ggvrrZ7oLogHyNoIGNgjbw -->
158+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Wrote a small article &quot;Memory Safety in .NET vNext (quick recap and future plans)&quot; to answer frequent Q&amp;A. <a href="https://t.co/Ji6E0HXH9R">https://t.co/Ji6E0HXH9R</a></p>&mdash; EgorBo (@EgorBo) <a href="https://x.com/EgorBo/status/2085095187555217628?ref_src=twsrc%5Etfw">August 5, 2026</a></blockquote>
159+
<script async src="https://platform.x.com/widgets.js" charset="utf-8"></script>
160+
161+
162+
<!-- https://x.com/mzikmunddev/status/2082798010631680226?s=12 -->
163+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Element-level theming is now also included in <a href="https://x.com/UnoPlatform?ref_src=twsrc%5Etfw">@UnoPlatform</a> 6.6 🎉 <a href="https://t.co/YaQr3gDRFQ">https://t.co/YaQr3gDRFQ</a></p>&mdash; Martin Zikmund (@mzikmunddev) <a href="https://x.com/mzikmunddev/status/2082798010631680226?ref_src=twsrc%5Etfw">July 30, 2026</a></blockquote>
164+
<script async src="https://platform.x.com/widgets.js" charset="utf-8"></script>
165+
166+

0 commit comments

Comments
 (0)