·akka-net-testing-patterns
</>

akka-net-testing-patterns

使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元和集成测试。涵盖依赖注入、TestProbes、持久性测试和参与者交互验证。包括有关何时使用传统 TestKit 的指南。

82安装·7热度·@aaronontheweb

安装

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-testing-patterns

如何安装 akka-net-testing-patterns

通过命令行快速安装 akka-net-testing-patterns AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-testing-patterns
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:aaronontheweb/dotnet-skills。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-24
更新时间
2026-03-10

Browse more skills from aaronontheweb/dotnet-skills

快速解答

什么是 akka-net-testing-patterns?

使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元和集成测试。涵盖依赖注入、TestProbes、持久性测试和参与者交互验证。包括有关何时使用传统 TestKit 的指南。 来源:aaronontheweb/dotnet-skills。

如何安装 akka-net-testing-patterns?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill akka-net-testing-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/aaronontheweb/dotnet-skills