Skip to main content

dotnet-test

Run a .NET project or solution's test suite via the .NET CLI (`dotnet test`), optionally scoped to specific test classes, methods, namespaces, or trait/category filters, and optionally targeted at a specific project (`.csproj`) or solution (`.sln`) file. Invoke as `/dotnet-test` to run the full suite (auto-detecting the solution/project in the working directory), or `/dotnet-test <selector>` where `<selector>` names a class (`FooTests`), a class+method (`FooTests.TestSomething`), a wildcard/namespace pattern, a trait/category expression, or a project/solution path. Use whenever the user wants to run, re-run, or narrow down .NET unit tests instead of a full `dotnet test` across every project.

Aller à l'installation

Informations de source

Dépôt
albertoirurueta/docs
Dernière activité de la source
13 juillet 2026 à 20:19
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.