nunit
Here are 286 public repositories matching this topic...
When running build.ps1 -t Test, the following output describes the failing tests:
- Failed : NUnit.Framework.Api.FrameworkControllerTests.ExploreTestsAction_FileNotFound_ReturnsNonRunnableSuite
Expected: String containing "The system cannot find the file specified."
But was: "Le fichier sp├®cifi├® est introuvable. (Exception from HRESULT: 0x80070002)"
at NUnit.Framework.Api.Framew
We definitely should create two new guild for FsUnit site
FsUnit+FxCheck+NUnitFsUnit+FsCheck+XUnit
-
Updated
May 15, 2020 - C#
It seems that some people cast the elements returned by Find and FindAll to their specific AngleSharp subtypes and then try to invoke event handlers that way. We can either warn them about their mistake thought an helpful exception or simply trigger the event handler.
-
Updated
Jun 15, 2020 - C#
Update Scenario State Management page with example from: https://gist.github.com/Suremaker/10b2f05c844fe2e657f74b647a7074be
https://docs.microsoft.com/nuget/nuget-org/deprecate-packages
Nuget.org's package deprecation functionality is now available.
-
Updated
Jun 25, 2020 - C#
-
Updated
Aug 5, 2019 - C#
I'm trying to include an NBi test project in a Visual Studio Team Services pipeline. I create a project locally using the bootstrapper, upload it to Git and I get the following output:
2018-08-06T08:56:51.7007856Z ##[section]Starting: Run Test Scenarios
2018-08-06T08:56:51.7017845Z ==============================================================================
2018-08-06T08:56:51.7018173Z
-
Updated
Jan 9, 2019 - PowerShell
Regarding the install instructions using .NET Core templates and the package name:
Execute dotnet new -i Meissa.Windows (this will install the template)/
Execute dotnet new Meissa.Windows (this will extract all tool’s files to the folder)
The instructions should be updated as the nuget package name is Meissa.Windows64.
Thanks,
Howard
-
Updated
May 20, 2019 - HTML
-
Updated
Jul 7, 2020 - C#
-
Updated
Jul 13, 2020 - C#
In the overview we should also have information about the Severity of each analyzer and whether we have a codefix associated with the analyzer. As this could take up most of the horizontal space we could do using icons similar to the approach taken in the README.md in https://github.com/wachulski/nunit-migrator.
Also we should perhaps partition the analyzers in index.md into sections with headi
-
Updated
Apr 11, 2019 - C#
Add Boolean silent flag - if true report log will not be written to HTML report log - same as we have in the old reporter
-
Updated
Jul 13, 2020 - C#
-
Updated
Mar 30, 2020 - C#
-
Updated
Sep 9, 2019 - C#
-
Updated
Jun 3, 2020 - C#
NUnit adds/removes command line arguments and not all of them are supported by plugin.
https://github.com/nunit/docs/wiki/Console-Command-Line
I'm interested in "--agents" and "--labels".
However instead of adding support for this specific argument I think It would be useful to have possibility to modify command line right before project.exec and inject any argument.
-
Updated
Jul 25, 2017 - C#
-
Updated
Jun 1, 2018 - 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."


Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.