Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fake.DotNet.Testing.OpenCover is lagging behind OpenCover options #2386

Closed
SteveGilham opened this issue Aug 26, 2019 · 1 comment
Closed

Comments

@SteveGilham
Copy link
Contributor

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 above

Related information

Fake 5.16.0
Windows 10 Home.

@SteveGilham
Copy link
Contributor Author

This is done and released now, isn't it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant