Nemec
Nemec
No, there is not a stable 2.x release, but the beta is pretty "stable" from a random-crashing perspective (and it contains a lot of bug fixes that the 1.x doesn't)
Can you share some scenarios where you might use custom error management?
@skalinkin Mutually Exclusive sets don't quite work that way. It means you cannot mix options with different "set names" in the same command line. If you made one set "a"...
``` public bool MyValue { get { return _myValue; } set { _myValue = !value; } } ``` Just kidding. That's actually a really good idea and it lets the...
Odd that VB and C# behave differently here.
I watch the issue queue and try to help out with questions, but I don't really have the time to actively develop this project. I'm happy to accept pull requests...
@ericnewton76 I've been thinking about this lately as well. I think it would be good if you or someone else picked up a fork to integrate more meaningful changes/features to...
FYI @gaston-e-nusimovich both the latest beta and the master branch of this repository fully support .net core (standard 1.5, if I remember correctly)
I have commit privileges but no access to the repository settings (I think that's reserved for gsscoder). As a co-owner of the NuGet package it looks like I can add...
Can you post what you've tried? `2017-01-10 12:10:15` works fine for me, among other formats.