Open
Description
Describe the bug
SqlServer2008TypeMap.cs is marked as an internal class, while the 2005 and 2000 versions are public classes.
To Reproduce
N/A
Expected behavior
I cannot explicitly reference the TypeMap class when building my own configurations instead of using the AddSqlServer
extensions. Having the class public would allow me to specify my runner configuration.