InternalsVisibleTo In Nonstandard Location #3029
Labels
➕ Code Health
Issues/PRs that are targeted to source code quality improvements.
✨ Good first issue
Issues that are simple enough for newcomers
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
The text was updated successfully, but these errors were encountered: