nunit
Here are 395 public repositories matching this topic...
This is a corner case that I only ran into in due to work on the analyzers in nunit/nunit.analyzers#54, and my guess is that very few will run into this problem. Nevertheless, I think we could improve the error message, and fix seems simple and safe.
Given a generic test method with no parameters we get a failure that is difficult to interpret for the users (see last example below for more deta
-
Updated
Jan 31, 2022 - C#
-
Updated
Nov 17, 2021 - C#
If a component has a child content parameter that is a RenderFragment<TValue>, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use .Add(p => p.ChildContent, ...) instead.
For example, the following should throw an helpful exception:
var cut = RenderComponent<Virtualize<string>>(ps => ps
.Add(p => p.Items, Te-
Updated
Feb 1, 2022 - Dockerfile
-
Updated
Sep 9, 2021 - C#
-
Updated
Jan 31, 2022 - C#
The green doesn't line up:
Other places, indentation increases either 2 or 4 spaces at a time:
-
Updated
Oct 24, 2020 - C#
-
Updated
Jan 23, 2022 - C#
-
Updated
Jan 21, 2022 - C#
-
Updated
Jan 19, 2022 - C#
-
Updated
Jan 9, 2019 - PowerShell
-
Updated
Jan 10, 2020 - C#
-
Updated
Oct 19, 2020 - HTML
-
Updated
Jan 12, 2022 - C#
-
Updated
Jun 21, 2021 - C#
-
Updated
Dec 4, 2021 - C#
-
Updated
Apr 11, 2019 - C#
-
Updated
Jan 16, 2022 - C#
-
Updated
Jan 21, 2022 - Java
-
Updated
Jun 9, 2021 - C#
Improve this page
Add a description, image, and links to the nunit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nunit topic, visit your repo's landing page and select "manage topics."




Currently when calling the
MSBuildalias with anMSBuildSettings, we need to set the target using theWithTargetextension method.It would be nice if we could use a property, with a string, which would make it more na