Replies: 1 comment 1 reply
-
After emerging from winter hibernation, I've looked over this suggestion, and implemented a change to the same effect, permitting a substitution for the This is commit 0536248d5146d649a9b5247cbf1e29e0834ada6e and will be present in the next release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, "OutputDirectory" is below in dotnet-test-integration mode at v8.6.95.
$([System.IO.Path]::Combine($(TargetDir), '__Instrumented'))_$(ProjectName)
$([System.IO.Path]::Combine($(TargetDir), '__Saved'))_$(ProjectName)
Unfortunately, Since my some projects name is long, the path exceeds 256 characters in my environment.
So, I would like to use [/o[utputDirectory]=VALUE] such as the command line.
I would good if it could be defined as p:AltCoverOutputDirectory=PATH.
I try wrote a patch for build/AltCover.targets.
AltCover.targets.patch
For PR, Since I don't know this cominuty's rule for PR.
If I also can push PR and it's best, I will push it.
Please consider above.
Regards.
BTW, sometimes removal of AltCover.Recorder.g.dll fails.
I don't found a reason, it seems that it is being used by another process.
Beta Was this translation helpful? Give feedback.
All reactions