Tuesday, July 1, 2008

Making Your Resource Classes Public

I recently posted on how to reference your Resources from a test assembly using the InternalsVisibleTo attribute.

The problem is that Visual Studio 2005 creates the Resource class with the internal access modifier. It turns out that this is configurable in Visual Studio 2008.

No comments: