DapperLib / DapperAOT

Build time tools in the flavor of Dapper
Other
366 stars 22 forks source link

(feature) generate Execute(Async) interceptors-implementation for collections #18

Closed DeagleGross closed 1 year ago

DeagleGross commented 1 year ago

If user-code calls Execute or ExecuteAsync passing potential IEnumerable<T> (or other collection), then interceptors generated implementation must use Batch<T> command, casting to the most specific type possible.