xunit
Here are 489 public repositories matching this topic...
In the same way that we can do:
DotNetCoreBuild
DotNetCorePublish
etc
Would be good to be able to run DotNetCoreWatch as a top level task in my Cake Build script.
-
Updated
Dec 4, 2020 - Shell
-
Updated
Dec 4, 2020 - 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
Nov 23, 2020 - Python
-
Updated
Jan 6, 2019 - C#
-
Updated
Dec 2, 2020 - C#
-
Updated
Oct 23, 2020 - C#
-
Updated
Sep 11, 2020 - Shell
-
Updated
Dec 2, 2020 - C#
-
Updated
Nov 29, 2020 - C#
-
Updated
Jan 13, 2020 - C#
-
Updated
Dec 3, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Sep 22, 2017 - HTML
-
Updated
Oct 10, 2020 - C#
-
Updated
Aug 31, 2020 - C#
-
Updated
Sep 21, 2018 - C#
Improve this page
Add a description, image, and links to the xunit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xunit topic, visit your repo's landing page and select "manage topics."
Hi,
Searched the docs for how to capture output to console.
I am using VSCode and unfortunately currently unable to use the
Debug Testlink above test method, receiving an ArgumentException related to OmniSharp. So....I am usingdotnet testWhen I use ITestOutputHelper to capture output for test debugging purposes I then run tests using
dotnet test. No output is displayed