<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Start Debugging (ja)</title><description>Programming-related thoughts.</description><link>https://startdebugging.net/</link><item><title>.NET 11 で OpenAPI 仕様から強く型付けされたクライアントコードを生成する方法</title><link>https://startdebugging.net/ja/2026/04/how-to-generate-strongly-typed-client-from-openapi-spec-dotnet-11/</link><guid isPermaLink="true">https://startdebugging.net/ja/2026/04/how-to-generate-strongly-typed-client-from-openapi-spec-dotnet-11/</guid><description>Microsoft 公式の OpenAPI コードジェネレーターである Kiota を使って、任意の OpenAPI 仕様から fluent で強く型付けされた C# クライアントを生成します。インストール、生成、ASP.NET Core DI への組み込み、認証設定まで順を追って解説します。</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>C# 14 のメソッドから複数の値を返す方法</title><link>https://startdebugging.net/ja/2026/04/how-to-return-multiple-values-from-a-method-in-csharp-14/</link><guid isPermaLink="true">https://startdebugging.net/ja/2026/04/how-to-return-multiple-values-from-a-method-in-csharp-14/</guid><description>C# 14 のメソッドから複数の値を返す 7 つの方法: 名前付きタプル、out パラメーター、records、structs、デコンストラクション、そして自分が所有していない型に対する extension member のトリック。実測ベンチマークと意思決定マトリクスを最後に掲載しています。</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>