Skip to content
#

xunit

Here are 489 public repositories matching this topic...

dcs3spp
dcs3spp commented Aug 20, 2020

Hi,

Searched the docs for how to capture output to console.
I am using VSCode and unfortunately currently unable to use the Debug Test link above test method, receiving an ArgumentException related to OmniSharp. So....I am using dotnet test

When I use ITestOutputHelper to capture output for test debugging purposes I then run tests using dotnet test. No output is displayed

egil
egil commented Nov 24, 2020

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

Improve this page

Add a description, image, and links to the xunit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xunit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.