aspire-integration-testing
✓.NET Aspire のテスト機能と xUnit を使用して統合テストを作成します。テスト フィクスチャ、分散アプリケーションのセットアップ、エンドポイントの検出、実際の依存関係を持つ ASP.NET Core アプリをテストするためのパターンについて説明します。
SKILL.md
When running many integration tests that each start an IHost, the default .NET host builder enables file watchers for configuration reload. This exhausts file descriptor limits on Linux.
Add this to your test project before any tests run:
Why this matters: [ModuleInitializer] runs before any test code executes, setting the environment variable globally for all IHost instances created during tests.
.NET Aspire のテスト機能と xUnit を使用して統合テストを作成します。テスト フィクスチャ、分散アプリケーションのセットアップ、エンドポイントの検出、実際の依存関係を持つ ASP.NET Core アプリをテストするためのパターンについて説明します。 ソース: aaronontheweb/dotnet-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill aspire-integration-testing- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-06
- 更新日
- 2026-02-18
クイックアンサー
aspire-integration-testing とは?
.NET Aspire のテスト機能と xUnit を使用して統合テストを作成します。テスト フィクスチャ、分散アプリケーションのセットアップ、エンドポイントの検出、実際の依存関係を持つ ASP.NET Core アプリをテストするためのパターンについて説明します。 ソース: aaronontheweb/dotnet-skills。
aspire-integration-testing のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill aspire-integration-testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/aaronontheweb/dotnet-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-06