Dapper SqlMapperExtensions / Dapper.Contrib?
问题 There seems to be a DapperExtensions project, but there is also a SqlMapperExtensions class in the Dapper project. Is there overlap? Is one preferred over the other? I can't find any documentation on Dapper.Contrib. 回答1: Dapper.Contrib is the assembly name: https://github.com/StackExchange/Dapper/tree/master/Dapper.Contrib SqlMapperExtensions is the static class containing the contrib methods within Dapper.Contrib : https://github.com/StackExchange/Dapper/blob/master/Dapper.Contrib