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
Since Guid was not one of the types supported out of the box by ValueArgument, you would need to override this method:
public virtual TValue Convert(string stringValue)
But now I've added Guid to ValueArgument directly as you suggested.
I tried to extend the library for supporting Guid values.
I have created a GuidArgumentAttribute and a GuidArgument classes following this link
https://github.com/j-maly/CommandLineParser/wiki/Extensibility-&-custom-arguments
but i cannot reach to execute because i get a MissingMethodException.
What has been wrong ?
Thanks
The text was updated successfully, but these errors were encountered: