Skip to content
#

mstest

Here are 145 public repositories matching this topic...

fluentassertions
bUnit
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 mstest 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 mstest topic, visit your repo's landing page and select "manage topics."

Learn more