Fix issue #4635: Add alternative executable names for DotCover tool#4646
Conversation
|
This does not fix #4635 When using the correct tool syntax The issue is in how cake is formatting the arguments to dotCover for versions 2025.2+. |
|
@microsoft-github-policy-service agree |
…ver tool Signed-off-by: SoulSniper1212 <warush23@gmail.com>
0780b50 to
5459fe8
Compare
correct, together with #4628 it should |
Overview
This pull request addresses issue #4635 by adding alternative executable names for the DotCover tool. The change allows the tool to be found even if it's installed with different naming conventions (e.g., lowercase or without the .exe extension).
Checklist
Proof
The changes modify the
GetToolExecutableNamesmethod inDotCoverTool.csto include additional executable names (dotCoveranddotcover) alongside the existingdotCover.exe. This ensures the tool can be located regardless of how it is installed on the system.Closes #4635