Skip to main content
nunit
GitHub 제작자 프로필

nunit

2개 GitHub 저장소에서 수집된 8개 skills를 저장소 단위로 보여줍니다.

수집된 skills
8
저장소
2
업데이트
2026년 5월 17일
저장소 탐색

저장소와 대표 skills

nunit-api-design
소프트웨어 개발자

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.

2026년 5월 17일
nunit-build-infra
소프트웨어 개발자

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…

2026년 5월 17일
nunit-code-style
소프트웨어 개발자

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`…

2026년 5월 17일
nunit-performance
소프트웨어 개발자

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…

2026년 5월 17일
nunit-testing
소프트웨어 품질 보증 분석가·테스터

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.

2026년 5월 17일
nunit-threading-and-async
소프트웨어 개발자

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…

2026년 5월 17일
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다