NCoverExplorer.MSBuildTasks

NCoverXmlFormat Enumeration

New element option introduced in NCover 1.5.7 for use with //x2 argument.

public enum NCoverXmlFormat

Members

Member Name Description
Xml1 Legacy xml format that is the default.
Xml2 New xml format introduced in NCover 1.5.7 that nests method nodes with class nodes.

Requirements

Namespace: NCoverExplorer.Common

Assembly: NCoverExplorer.MSBuildTasks (in NCoverExplorer.MSBuildTasks.dll)

See Also

NCoverExplorer.Common Namespace