Property AssemblyUniqueID
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.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; }