Testing private members with PrivateObject and PrivateType
Posted on October 8, 2012
I’m currently working on a legacy project that has been ported from Visual Studio 2010 to Visual Studio 2012. The project uses the Visual Studio 2010 feature that allowed to access private members through some automatically generated code. In Visual Studio 2012, this causes a warning when compiling: This task to create private accessor is… Continue Reading Testing private members with PrivateObject and PrivateType