Property Identifier
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Identifier
Gets an identifier for the current assembly. This is guaranteed to be unique, but not necessarily repeatable across runs (because it relies on GetHashCode()).
public string Identifier { get; }