Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Example #161

Closed
ericnewton76 opened this issue Nov 4, 2017 · 0 comments
Closed

Invalid Example #161

ericnewton76 opened this issue Nov 4, 2017 · 0 comments

Comments

@ericnewton76
Copy link
Member

Issue by scottemick
Thursday Aug 24, 2017 at 18:36 GMT
Originally opened as gsscoder/commandline#472


every time I get this I forget which one works and which one doesn't...this version does not. The C# example
var isValid = CommandLine.Parser.Default.ParseArgumentsStrict(args, options);
throws the error
Severity Code Description Project File Line Suppression State Error CS1061 'Parser' does not contain a definition for 'ParseArgumentsStrict' and no extension method 'ParseArgumentsStrict' accepting a first argument of type 'Parser' could be found (are you missing a using directive or an assembly reference?) MSAccessUtil c:\users\semic\documents\visual studio 2017\Projects\MSAccessUtil\MSAccessUtil\Program.cs 14 Active

I always end up going back to ver 1.9 I think it is actually works.
This is frustrating, why don't you fix the example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants