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
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
Steps to reproduce it
Run the following powershell command
Expected Result
Assembly comparison should execute and succeed
Actual Result
Error with message
First assembly path is in incorrect format or file not found.
Exit code: 1
workaround:
lower casing the file extensions for both inputs worked well
Possible cause:
This class:
https://github.com/telerik/JustAssembly/blob/master/UI/JustAssembly.CommandLineTool/FilePathValidater.cs#L30
should be validating the input file extensions regardless their casing. at the moment, only lowercase "dll" or "exe" are valid inputs