Description: In SqlConnection, there is an [assembly:InternalsVisibleTo...] attribute tucked at the beginning of the class. This is more/less in a non-standard location and makes was an unexpected surprise when I spotted it.
Fix: Move all InternalsVisibleTo attributes to AssemblyInfo.cs
Description: In SqlConnection, there is an
[assembly:InternalsVisibleTo...]
attribute tucked at the beginning of the class. This is more/less in a non-standard location and makes was an unexpected surprise when I spotted it.Fix: Move all InternalsVisibleTo attributes to AssemblyInfo.cs