-
-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
Description
[DirectoryExists]
[Option("-r|--referencepath <path>", "Path to a directory containing dependencies of the assembly that is being decompiled.", CommandOptionType.MultipleValue)]
public string[] ReferencePaths { get; } = new string[0];
Sample call: .\ilspycmd ilspycmd.dll
The old behavior: if the option isn't specified it won't be checked
The new behavior: "check always even if not specified"
Didn't see that in the release notes. What would be the way to specify "Check directory exists only if parameter is supplied" in 4? Thanks.
Reactions are currently unavailable