Table of Contents

Class AssemblyMetadata

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

Represents metadata about an assembly.

public class AssemblyMetadata
Inheritance
AssemblyMetadata
Inherited Members

Constructors

AssemblyMetadata(int, string?)

Initializes a new instance of the AssemblyMetadata class.

Properties

TargetFrameworkIdentifier

Gets the target framework identifier the assembly was built against.

TargetFrameworkVersion

Gets the version of the target framework identifier that the assembly was built against.

XunitVersion

Gets the major version of xUnit.net this assembly targets (1, 2, or 3); may return a value of 0 if the version is unknown.