Summary
Sets the register-option to dll-registration (i.e no registry-access).
- Namespace
- Cake
.Common .Tools .OpenCover - Containing Type
- Open
Cover Settings Extensions
Syntax
public static OpenCoverSettings WithRegisterDll(this OpenCoverSettings settings, FilePath path)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | OpenCoverSettings | The settings. |
| path | FilePath | The path. |
Return Value
| Type | Description |
|---|---|
| OpenCoverSettings | The same OpenCoverSettings instance so that multiple calls can be chained. |
