Open
Description
There is a code missing issue in ConfigurationManager.OpenExeConfiguration Method.
ConsoleSection currentSection = null;
I think ConsoleSection class should be defined in the code. otherwise we could not run the GetRoamingConfiguration method.