Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.02 KB

Readme.md

File metadata and controls

17 lines (9 loc) · 1.02 KB

NUnit Reproductions for Issues in the NUnit Framework

This repository contains a set of reproducible test cases for issues in the NUnit Framework, which can be found in the NUnit repository.

How to use this repository

When we you raise an issue, or when you want to contribute a fix, you can use this repository to create a reproducible test case.

  1. Create a folder with the name IssueXXXX where XXXX is the issue number.
  2. Add a readme.md file, which contains at the minimum a link to the issue in the NUnit repository.
  3. Add a link in the issue to your repro folder in this repo.
  4. Create your repro solution any way you like. It should compile and the tests you add should run, failing or not, based on what your case is.

Note that this is not a requirement for adding issues, because some issues are not easily reproduced. Use this when you can reproduce an issue, it makes it much easier for others, including the NUnit team, to understand your issue and hopefully find a fix to it.