Hi All, I'm using Mono.Options for nunit-console 3.0 and I'm running into a bit of a conflict of philosophy about chars that start options.
NUnit has historically NOT recognized args starting with '/' as options on Linux, although it does allow them on Windows. Mono.Options recognizes '/' as starting an option in all environments. Each approach causes different problems. The Mono.Options approach seems to make it impossible to use any path that starts /xxxx, where xxxx is the name of a program option. Am I missing something here? Of course, I can change how it works, but my question is more along the lines of how it should work. Charlie _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
