The properties of the NCoverExplorer class are listed below. For a complete list of NCoverExplorer class members, see the NCoverExplorer Members topic.
![]() | Gets or sets the name of the temporary XML config file being generated for coverage. |
![]() | Used to select the coverage xml files to merge into the report. |
![]() | Coverage exclusions to apply, in one of two formats: They can be semi-colon delimited "Type=Pattern" pairs, e.g. "Assembly=*.Tests;Class=My.*". Alternatively they can be defined in a property group as a series of <Exclusion> nodes. See the examples for both formats. If you want to use regular expressions then you must use the <PropertyGroup> approach. |
![]() | Whether to fail the task if the satisfactory coverage threshold is not reached. NCoverExplorer console application will return exit code 3. |
![]() | The filtering if any to apply (use numeric value or string name). 0 / None, 1 / HideUnvisited, 2 / HideFullyCovered, 3 / HideThresholdCovered |
![]() | The filename for generating an html report. |
![]() | The filename for the merge of the coverage xml files. |
![]() | Module thresholds to apply, in format "AssemblyName=Percentage", e.g. "MyApp.Core=75" |
![]() | Gets or sets the output directory for the reports. |
![]() | The .config filename for containing any custom exclusions and parameters. |
![]() | The type of report to produce (use numeric value or string name). 0 / None, 1 / ModuleSummary, 2 / NamespaceSummary, 3 / ModuleNamespaceSummary, 4 / ModuleClassSummary, 5 / ModuleClassFunctionSummary |
![]() | The satisfactory coverage percentage for display in the reports. |
![]() | Determines whether to include the coverage exclusions in the report. The default is true. |
![]() | The sorting if any to apply (use numeric value or string name). 0 / Name, 1 / ClassLine, 2 / CoveragePercentageAscending, 3 / CoveragePercentageDescending, 4 / UnvisitedSequencePointsAscending, 5 / UnvisitedSequencePointsDescending, 6 / VisitCountAscending, 7 / VisitCountDescending, 8 / FunctionCoverageAscending, 9 / FunctionCoverageDescending |
![]() | The filename for generating an xml report. |
NCoverExplorer Class | NCoverExplorer.MSBuildTasks Namespace