DotCoverCoverSettingsExtensions.

WithNoNGen(DotCoverCoverSettings, bool) Method

Summary

Disables loading of NGen images during coverage.

Syntax

public static DotCoverCoverSettings WithNoNGen(this DotCoverCoverSettings settings, bool noNGen = true)

Parameters

Name Type Description
settings DotCoverCoverSettings The settings.
noNGen bool Whether to disable NGen.

Return Value

Type Description
DotCoverCoverSettings The same DotCoverCoverSettings instance so that multiple calls can be chained.