Dapper.Contrib
Dapper.Contrib copied to clipboard
InsertAsync and Insert fail if the id is not an int
Those methods try to cast the id to an int32. If the id is anything but a number, the methods fail. This happens even when they succeeded behind scenes.