You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fake.DotNet.Testing.OpenCover.RegisterType does not support the Path32 and Path64 options currently available to the OpenCover command line interface. I've not done an exhaustive comparison for other new options elsewhere and not covered by existing issue reports.
Repro steps
As above
Expected behavior
Hope to write Register = OpenCover.RegisterType.RegisterPath##
Actual behavior
Have to write OptionalArguments = <any other arguments> + " -register:Path##"
Known workarounds
As Actual above
Related information
Fake 5.16.0
Windows 10 Home.
The text was updated successfully, but these errors were encountered:
Description
The
Fake.DotNet.Testing.OpenCover.RegisterType
does not support the Path32 and Path64 options currently available to the OpenCover command line interface. I've not done an exhaustive comparison for other new options elsewhere and not covered by existing issue reports.Repro steps
As above
Expected behavior
Hope to write
Register = OpenCover.RegisterType.RegisterPath##
Actual behavior
Have to write
OptionalArguments = <any other arguments> + " -register:Path##"
Known workarounds
As
Actual
aboveRelated information
Fake 5.16.0
Windows 10 Home.
The text was updated successfully, but these errors were encountered: