NUnit 5 | Document changes wrt to transfer to Action/Func
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 600
- Forks
- 158
- Avg merge
- 16h 8m
- Merged PRs (30d)
- 21
Description
See PR https://github.com/nunit/nunit/pull/5196 and discussion in issue https://github.com/nunit/nunit/issues/4824
TestDelegate and ActionValueDelegate is changed to Action and Func. See details in link to PR.
This is touching into a breaking change so we must document clearly what devs can experience and how they handle it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading PR #5196 and issue #4824, which contain the implementation details and discussion about changing TestDelegate and ActionValueDelegate to Action and Func. Identify the documentation pages affected by this breaking change and explain the user-visible impact and migration path. Done means developers can understand what changed and how to update their code.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100