Table of Contents

Property AssemblyUniqueID

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

AssemblyUniqueID

Gets the assembly's unique ID. Can be used to correlate test messages with the appropriate assembly that they're related to.

public required string AssemblyUniqueID { get; set; }

Property Value

string

Remarks

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