Table of Contents

Property Warnings

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Warnings

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

string[]? Warnings { get; }

Property Value

string[]