HomeTags#csharp

Tag timeline

#csharp 5 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total 5
Showing 5
Page 1/1
Updated 1h ago

Entries page 1/1 · 5 total

Fri, Jun 12 1 entries
blog copilot 1w ago · qiita-copilot

AIにソースコードを読ませる前に「地図」を渡すためのツール群を作ってみた Passing raw source code directly to AI assistants like ChatGPT or GitHub Copilot often lea…

通常 Normal 深掘り候補 · 技術記事 · GitHub Copilot Deep-dive candidate · technical post · GitHub Copilot 公開 6月12日 Published Jun 12

AI要約 ChatGPTやGitHub Copilotに既存コードの調査を依頼する際、ソースをそのまま渡しても「どこから読むべきか」をAIが把握しにくいという課題がある。この問題に対し、C#プロジェクトのクラス構成や依存関係などを整形した「地図」情報を事前生成するツール群を自作した経緯と手法を解説した記事。

EN Passing raw source code directly to AI assistants like ChatGPT or GitHub Copilot often leaves the model without clear navigational context. This blog post describes a set of custom tools that pre-generate structured 'maps' of C# codebases—covering class hierarchies, namespace trees, and dependency graphs—so the AI can orient itself before analysis begins.

AIにソースコードを読ませる前に「地図」を渡すためのツール群を作ってみた og fallback
Wed, Jun 3 1 entries
blog mcp 2w ago · zenn-mcp

Microsoft Agent Framework の MCP-based skills を試してみる (C# v1.8.0) JA Microsoft Agent Framework の MCP-based skills を試してみる (C# v1.8.0)

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月3日 Published Jun 3

AI要約 はじめに Microsoft Agent Framework 1.8.0で追加された MCP-based skills がどのように動くのかを確認してみました。 MCP-based skills は、SkillをローカルファイルではなくMC

fallback
Fri, May 29 1 entries
blog vscode 2w ago · qiita-vscode

WinApp CLIを試す(vscode+WinApp Extension) JA WinApp CLIを試す(vscode+WinApp Extension)

重要度 Medium Medium priority 重要度 Medium · 技術記事 · VS Code / Dev Env Medium priority · technical post · VS Code / Dev Env 公開 5月29日 Published May 29

AI要約 はじめに Windowsアプリケーション(WinUI3)についても、vscodeで開発できるようになってきたそうな。 やっていきましょう。 事前準備 dotnet new に winui3用のテンプレート を追加する dotnet new

WinApp CLIを試す(vscode+WinApp Extension) og fallback
Tue, May 26 1 entries
blog copilot 3w ago · zenn-copilot

GitHub CopilotでExcel VBAをC#(WinForms)に移行した実録 — カスタム指示で8割自動化、残り2割の現実 JA GitHub CopilotでExcel VBAをC#(WinForms)に移行した実録 — カスタム指示で8割自動化、残り2割の現実

重要度 Medium Medium priority 重要度 Medium · 技術記事 · GitHub Copilot Medium priority · technical post · GitHub Copilot 公開 5月26日 Published May 26

AI要約 社内に「VBAの塊」が眠っていて、でも誰も触りたくない。そういう状況、製造業に限らず日本中の会社にあると思う。 私もそれに長年向き合ってきた一人だ。製造業の生産技術部門でC#を書き続けてきて、何本ものVBAをC#(WinForms)に移行し

fallback
Sat, May 16 1 entries
blog cursor 4w ago · zenn-cursor

【Unity × Cursor】Cursorが.slnx非対応なので、.slnに自動変換する拡張機能を作った話 【Unity × Cursor】Cursorが

重要度 Medium Medium priority 重要度 Medium · 技術記事 · AI Editors Medium priority · technical post · AI Editors 公開 5月16日 Published May 16

AI要約 現行Unityが生成する.slnxファイルをCursorが読み込めない問題を解決するため、.slnへ自動変換するVS Code拡張機能を開発・公開した。

EN A developer built a VS Code extension that automatically converts Unity's .slnx solution files to the classic .sln format, enabling Cursor to load C# projects properly.

fallback