p-kaczynski

Results 3 comments of p-kaczynski

This is a very useful extension, but obviously seems abandoned. I feel what we should avoid is getting numerous forks with numerous VS Marketplace submissions. How about forking to a...

I would like an abstract base class or interface like: ``` public class MyOptions : IValidatedOptions { [Option('s', "something", Required=true, HelpText="Some option")] public string Something {get;set;} // From Interface public...

@moh-hassan This is fairly limited, as we don’t know the order in which the properties are set, and if an option might or might not be valid depending on another...