nunit
Here are 371 public repositories matching this topic...
The object + type overloads of Numerics.IsFloatingPointNumeric were updated in nunit/nunit#3831 to return true when given a decimal. For consistency, we should ensure the IsFixedPointNumeric function returns false when given a decimal. This should just be a matter of removing this line: https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Constraint
-
Updated
Sep 30, 2021 - C#
-
Updated
Aug 19, 2021 - C#
-
Updated
Sep 29, 2021 - Dockerfile
-
Updated
Sep 9, 2021 - C#
-
Updated
Jun 9, 2021 - C#
-
Updated
Oct 5, 2021 - C#
This looks to be something legacy which hasn't been updated in several releases. I've asked Charlie Poole/Rob Prouse if they can remove it from the choco site, as maintainers. We should also remove the packaging from the repo here.
https://www.chocolatey.org/packages/nunit-console-with-extensions
-
Updated
Oct 24, 2020 - C#
-
Updated
Sep 17, 2021 - C#
-
Updated
Sep 22, 2021 - C#
-
Updated
Jan 9, 2019 - PowerShell
-
Updated
Jan 10, 2020 - C#
-
Updated
Oct 19, 2020 - HTML
-
Updated
Aug 28, 2021 - C#
-
Updated
Jun 21, 2021 - C#
-
Updated
May 25, 2021 - C#
-
Updated
Apr 11, 2019 - C#
-
Updated
Jun 7, 2021 - Java
-
Updated
Jun 16, 2021 - C#
-
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