InternalsVisibleTo In Nonstandard Location
Open
Code Health :pill:
Good First Issue :sparkles:
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.