Parse command line arguments/options in C#
问题 I have a console application with some arguments and options so I would like to use a free third-party library. I have found two libraries for this purpose: NDesk.Options and Command Line Parser Library Finally I have decided to use Command Line Parser Library because it is clearer using properties so I have downloaded it and added a reference to it. The problem is that when adding the reference to my .NET Framework 3.5 project I get a warning icon. From the above page where I have downloaded