-
Notifications
You must be signed in to change notification settings - Fork 19
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
Doesn't work for brand new project #113
Comments
Interesting. That would me a
Easy enough to fix, though. |
Did you try on the attached file that contains the source code? Note that it's an MsTest project too, not an XUnit project. |
Yes -- I expanded that .zip archive, removed all the dot-folders and the TestResults folder, and wired the solution + 2 projects into an existing operational test as-is, hence the futile exclusions -- not that those should matter, the point being "did it raise an MSBuild error or not". |
Ah - gotcha. That makes sense 👍 |
So, here's a build with a mitigation in -- allow the copy task argument to be unset, and handle that eventuality -- |
That works! Thank you! 🙏 |
Should be resolved in v7.4.808 |
Repro steps:
AltCover
on the test project.dotnet test
with some more advanced arguments (haven't tested with just simple parameters).Error:
Attached is the project.
ConsoleApp14.zip
The text was updated successfully, but these errors were encountered: