-
Notifications
You must be signed in to change notification settings - Fork 481
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
Cannot parse "1" #797
Comments
Cannot reproduce. Both 2.9.0-preview (dotnetfiddle: https://dotnetfiddle.net/ziCfC9) as well as 2.8.0 (dotnetfiddle: https://dotnetfiddle.net/aWzTh2) work as expected, with the |
@elgonzo reproduced (but not simply), added link to the body |
@elgonzo when I change LINE_NUMBER value from 1 KEEP_ALIVE_OPTION is also recognized
|
Ok, thank you |
My apologies, i deleted my comment by accident. I cannot directly restore it, so i have to post it again. That unfortunately means, you get another email notification for basically the same comment of mine. Sorry about that :-) Alright. The problem is not with the
(By the way, in the concrete example you provided, it would just be enough to add the missing LINE_NUMBER option to DTLoginOptions class, and it kinda works: https://dotnetfiddle.net/P8O8dA |
Ah, your observation made me remember. There was a similar or same issue reported already not that long ago: #776 |
E.g. "--KEEP_ALIVE_OPTION=1".
This treats by the parser as no value:
Option 'keep_alive_option" has no value.
Required option 'keep_alive_option' is missing.
Tried to change KEEP_ALIVE_OPTION type to int, it doesn't change anything
Fiddle: https://dotnetfiddle.net/vbujQc
The text was updated successfully, but these errors were encountered: