docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for all active NUnit projects

Results 107 docs issues
Sort by recently updated
recently updated
newest added

In Getting Started > Installation > [Using NuGet NUnitLite Package](https://github.com/nunit/docs/blob/master/docs/articles/nunit/getting-started/installation.md/#using-nuget-nunitlite-package), there is a paragraph saying: > As a result of your installation, a file named "Program.cs" will have been copied...

type:update
pri:p2
area:framework

I'm currently maintaining two distinct versions of NUnit Console andEngine. The 4.0 is up to alpha 6 with lots of usage. My documentation is only for differences and is found...

type:question
area:docfx
area:meta-and-management
type:suggestion-or-request

1. See https://docs.nunit.org/articles/nunit/writing-tests/TestContext.html#testparameters The correct property name is is TestContext.Parameters, the TestParameters is the type. 2. There are more properties that are not documented, see https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/TestContext.cs , e.g. TestAdapter, ResultAdapter...

pri:p1

![image](https://user-images.githubusercontent.com/4837132/29892568-f5f8dc74-8dc6-11e7-9683-da6371ef6315.png) See http://nunit.org/docs/2.5.1/attributes.html. Seems to occur when the nav bar is taller than the content on the page.

Hi, The docs for [NUnit > .NET Core and .NET Standard](https://docs.nunit.org/articles/nunit/getting-started/dotnet-core-and-dotnet-standard.html#how-to-i-produce-a-test-results-file) indicate that NUnit cannot produce the TestResults.xml file using `dotnet test`; however, I've been able generate the result file...

We could do a quick find/replace for links in the docs that start with `docs.nunit.org` because those are actually best represented as a `~/` style link in docfx to the...

@CharliePoole commented on [Sat Jan 30 2016](https://github.com/nunit/nunit/issues/1229) This came up in the discussion of nunit/nunit#1187. We need a page in the wiki that talks about NUnit at a higher level,...

type:newpage
pri:p3

An idea I wanted to write up before I lose it. We have a link on all our articles to improve it. It goes to GitHub where someone can edit...

pri:p3
area:docfx
type:suggestion-or-request

Docfx has the ability to pull snippets from other files, including directly from C# code. This means we can create a real solution/project, host code samples there and iterate on...

@GeertVL commented on [Thu Oct 27 2016](https://github.com/nunit/nunit3-vs-adapter/issues/250) Could somebody explain to me how I can debug the adapter? So I could detect and fix the bugs I encounter myself and...

type:newpage
pri:p2