The current version ConsoleFx 1.0 beta 1 is not localizable. All strings are hardcoded into C# source code. Better practice is to place all strings like messages into resources. This way you can cr...
Codeplex works fine with SVN. Just run SVNBridge on your local machine http://www.hanselman.com/blog/HowToUseTheSVNBridgeToGetTortoiseSVNWorkingWithCodePlex.aspx
Add validators for the following: 1. floating-point numbers 2. file masks 3. e-mail addresses 4. urls
Update the ConsoleFx exception messages to be user-friendly, so they can be directly displayed when an error occurs.
Creating properties for assigning the ParameterProperty attribute is very cumbersome. It will be useful to also allow public fields to be decorated with this attribute.