dotnet-source-gen-regex
✓コンパイル時のソース ジェネレーターを使用するように Regex インスタンスを変換します。ユーザーが正規表現のパフォーマンスを最適化する場合、または AOT 互換性を有効にする場合に使用します。
SKILL.md
The regex source generator creates compile-time generated regex implementations that are:
| RegexOptions.Compiled | Ignored by source gen - remove it | | .NET Version | Requires .NET 7+ | | Caching | Generated method caches singleton internally | | Timeout | Use [GeneratedRegex("pattern", RegexOptions.None, 1000)] for timeout (milliseconds) |
コンパイル時のソース ジェネレーターを使用するように Regex インスタンスを変換します。ユーザーが正規表現のパフォーマンスを最適化する場合、または AOT 互換性を有効にする場合に使用します。 ソース: im5tu/dotnet-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/im5tu/dotnet-skills --skill dotnet-source-gen-regex インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/im5tu/dotnet-skills --skill dotnet-source-gen-regex- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-05
- 更新日
- 2026-02-18
クイックアンサー
dotnet-source-gen-regex とは?
コンパイル時のソース ジェネレーターを使用するように Regex インスタンスを変換します。ユーザーが正規表現のパフォーマンスを最適化する場合、または AOT 互換性を有効にする場合に使用します。 ソース: im5tu/dotnet-skills。
dotnet-source-gen-regex のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/im5tu/dotnet-skills --skill dotnet-source-gen-regex インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/im5tu/dotnet-skills