nunit
Here are 402 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
Mar 16, 2022 - C#
Is the feature request related to a problem? Please elaborate. Yes.
We use multiple custom User.Identity.AuthenticationType values, yet the one in BUnit is hard-coded to bUnit Fake Authentication in FakeAuthenticationStateProvider line 125, and is inaccessible while using the bUnit test/fakes.
The suggested solution
Expose AuthenticationType to be set in `TestAuthorizationCont
-
Updated
Nov 17, 2021 - C#
-
Updated
Mar 21, 2022 - Dockerfile
-
Updated
Mar 21, 2022 - C#
-
Updated
Mar 13, 2022 - C#
-
Updated
Mar 19, 2022 - C#
-
Updated
Oct 24, 2020 - C#
-
Updated
Jan 23, 2022 - C#
-
Updated
Feb 17, 2022 - C#
-
Updated
Jan 19, 2022 - C#
-
Updated
Jan 9, 2019 - PowerShell
-
Updated
Jan 10, 2020 - C#
-
Updated
Oct 19, 2020 - HTML
-
Updated
Mar 19, 2022 - C#
-
Updated
Jun 21, 2021 - C#
-
Updated
Dec 4, 2021 - C#
-
Updated
Apr 11, 2019 - C#
-
Updated
Jan 16, 2022 - C#
-
Updated
Feb 1, 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