Table of Contents

Property Warnings

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.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[]