docs
docs copied to clipboard
Documentation for all active NUnit projects
Supports #794. Continuation of #810 which was accidentally merged while in progress.
the markdownlint-cli2 has the `-fix` flag to apply auto fixes where possible. There's got to be a way to run this and then push the results back into the PR...
Makes sense; they seemed fine enough but it looks like some of the syntax changed. Need to revert them, figure out what changes are needed, and then make them work.
Referring to https://docs.nunit.org/articles/nunit/writing-tests/constraints/RangeConstraint.html, the documentation misses information on whether from...to also allows a negative range, e.g. from 0 to -10. Why can this be important? Sometimes an assertion needs a...
So that the versions etc. can be updated automatically by our Dependabot PRs. e.g. `docs/articles/nunit/getting-started/dotnet-core-and-dotnet-standard.md`
When linting or spell check or line wrap fails, we probably could post a comment that gives helpful guidance for tooling and resolving things. Inspired by #849
This page: https://docs.nunit.org/ doubles up what is here: https://docs.nunit.org/articles/nunit/intro.html Can we move the 2nd to be the 1st ? And then make the text there more informative? > If you...
Support for was added in https://github.com/nunit/nunit/pull/4538 and https://github.com/nunit/nunit/issues/3391 For the following return types: - `IAsyncEnumerable` - `Task` On the following attributes - `TestCaseSource` - `ValueSource` - `TestFixtureSource`
I didn't realize how much joy it would bring me when I could reformat the tables using a handy VSCode extension and they got so much clearer. Adding this issue...