3

I can't find a nuget package that contains Dapper.Net SqlBuilder.

It's not in Dapper dot net. It's not in DapperExtensions. Its' not in Dapper.Contrib.

Is there a nuget package available for Dapper.Net SqlBuilder?

Fredrik Ljung
  • 1,445
  • 13
  • 28
Andrew Savinykh
  • 25,351
  • 17
  • 103
  • 158

3 Answers3

2

According to this, this, and this, you can't get it from NuGet. Just copy/download the file and add it to your project directly.

Community
  • 1
  • 1
Derek J S
  • 166
  • 3
0

Yes: https://github.com/ronnieoverby/uniquenamespace.sqlbuilder#installation

The body of the answer must be at least 30 characters.

Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346
0

The question was asked in 2014, and since 2015, the Nuget package is here: https://www.nuget.org/packages/Dapper.SqlBuilder/

Christian Davén
  • 16,713
  • 12
  • 64
  • 77