什么是 akka-net-testing-patterns?
使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元和集成测试。涵盖依赖注入、TestProbes、持久性测试和参与者交互验证。包括有关何时使用传统 TestKit 的指南。 来源:aaronontheweb/dotnet-skills。
使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元和集成测试。涵盖依赖注入、TestProbes、持久性测试和参与者交互验证。包括有关何时使用传统 TestKit 的指南。
通过命令行快速安装 akka-net-testing-patterns AI 技能到你的开发环境
来源:aaronontheweb/dotnet-skills。
Akka.Hosting.TestKit spins up real IHost instances, which by default enable file watchers for configuration reload. When running many tests, this exhausts file descriptor limits on Linux (inotify watch limit).
Add this to your test project - it runs before any tests execute:
Each pattern below has a condensed description. See examples.md for complete code samples.
使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元和集成测试。涵盖依赖注入、TestProbes、持久性测试和参与者交互验证。包括有关何时使用传统 TestKit 的指南。 来源:aaronontheweb/dotnet-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-testing-patterns使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元和集成测试。涵盖依赖注入、TestProbes、持久性测试和参与者交互验证。包括有关何时使用传统 TestKit 的指南。 来源:aaronontheweb/dotnet-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-testing-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aaronontheweb/dotnet-skills