Stephan (Rollercole) Møller

Results 1 issues of Stephan (Rollercole) Møller

SqlMapper.SetTypeMap is thread safe. This is achievede by: lock (_typeMaps) { ... } But SqlMapper.AddTypeHandler is not thread safe. I think it would be valuable to make AddTypehandler thread safe...