Skip to main content
nunit
GitHub creator profile

nunit

Repository-level view of 8 collected skills across 2 GitHub repositories.

skills collected
8
repositories
2
updated
May 17, 2026
repository explorer

Repositories and representative skills

nunit-api-design
software-developers

Use when adding or modifying public API surface in NUnit — new or changed constraints, attributes, assertions, helpers, or any type/member visibility change. Covers the conventions NUnit maintainers enforce for types that ship to consumers of the framework.

May 17, 2026
nunit-build-infra
software-developers

Use when editing `.csproj`, `.nuspec`, `Directory.Build.props`, `Directory.Build.targets`, `Directory.Packages.props`, the Cake build (`build.cake`, `build.ps1`, `build.sh`), or GitHub Actions workflows. Covers central package management, MinVer-driven…

May 17, 2026
nunit-code-style
software-developers

Use when writing or modifying C# method bodies, type declarations, or non-trivial logic in NUnit source. Covers NUnit's taste-and-judgment conventions — exception construction, simplification, naming intent, `StringComparison`, non-null check form, and `var`…

May 17, 2026
nunit-performance
software-developers

Use when modifying hot paths in NUnit — constraint evaluation, equality comparison, value formatting, reflection-based dispatch, collection inspection, or anything that runs once per assertion or per test discovery. Covers allocation patterns, reflection…

May 17, 2026
nunit-testing
software-quality-assurance-analysts-and-testers

Use when writing or modifying tests in NUnit's own test projects, or when making a behavioral change to production code that needs test coverage. Covers test structure, attribute choice, helper visibility, platform guards, and which test projects are real.

May 17, 2026
nunit-threading-and-async
software-developers

Use when writing or modifying async code in NUnit — async test lifecycle (setup/teardown), `TestExecutionContext`, `AsyncLocal`, `Task`/`ValueTask` continuations, blocking vs non-blocking waits, or conditional `Thread.Abort` code. Covers the threading/async…

May 17, 2026
Showing 2 of 2 repositories
All repositories loaded