It seems I have been running around in circles. Obviously the codeplex 1.9x version is now obsolete but there seem to be two forks of this project now?
Any way reading the getting started does not work with the latest beta and looking at the Demo just looks like some kind of convoluted magic happening.
I am an hour in and honestly.. I don't know what is going on any more or how to use this package?
Can we update the docs please? Starting with simple examples where I can just access the object as the original developer intended. Was supposed to be quick and easy.
var result = Parser.Default.ParseArguments<Options>(args);
then i just want to access
Options.
Dammit no intellisense working? Cant access the actual options?

I actually do not understand what is going on here?
It seems I have been running around in circles. Obviously the codeplex 1.9x version is now obsolete but there seem to be two forks of this project now?
Any way reading the getting started does not work with the latest beta and looking at the Demo just looks like some kind of convoluted magic happening.
I am an hour in and honestly.. I don't know what is going on any more or how to use this package?
Can we update the docs please? Starting with simple examples where I can just access the object as the original developer intended. Was supposed to be quick and easy.
var result = Parser.Default.ParseArguments<Options>(args);then i just want to access
Options.Dammit no intellisense working? Cant access the actual options?
I actually do not understand what is going on here?