Internals Visible To in *.csproj

Making internal methods and properties visible in tests gives a finer level granularity of tests hopefully making them less coupled and more cohesive as well as more focused on what they are testing. This is without making the API visible to the outside.

In the older days, we used add into the 'Assembly.cs'

But you can also add the line into csproj