Is there a nuget package containing Dapper.Net SqlBuilder?

I can not find the nuget package containing the Dapper.Net SqlBuilder .

This is not in Dapper dot net . This is not in DapperExtensions . Its' not in Dapper.Contrib .

Is there a nuget package for Dapper.Net SqlBuilder?

+3
source share
2 answers

According to this , this , and this , you cannot get it from NuGet. Just copy / upload the file and add it directly to your project.

+3
source

All Articles