Table of Contents

Property Warnings

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Warnings

Gets a list of the warning messages that were recorded during execution. Will be null if there were no warnings.

public required string[]? Warnings { get; set; }

Property Value

string[]