Table of Contents

Property SourceLineNumber

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

SourceLineNumber

Gets the source file line number. A null value indicates that the source file line number is not known.

public required int? SourceLineNumber { get; set; }

Property Value

int?

Remarks

Note: Will be null if there was no value provided during deserialization.