Skip to content

Tags: 0xced/Dapper

Tags

2.0.138

Toggle 2.0.138's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add missing QueryUnbufferedAsync<T> API (DapperLib#1912)

* impl QueryUnbufferedAsync<T>
* implement GridReader.ReadUnbufferedAsync<T>

2.0.123

Toggle 2.0.123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for snowflake (DapperLib#1724)

* snowflake tests DapperLib#1687

* actually add the tests!

* merge

2.0.90

Toggle 2.0.90's commit message
copypasta

2.0.78

Toggle 2.0.78's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
.Net 5 (DapperLib#1572)

* initial net5.0 tweaks; also fix current IDE warnings

* lib updates and fixes

* more cleanup

* fix snafu

* skip locals init

* disable xunit shadow copy in tests

* test records

* explore scenario that currently works re DapperLib#1571

2.0.35

Toggle 2.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable deterministic build (DapperLib#1433)

* - enable deterministic build
- lib updates for core packages

* set source root if needed

* Restore VS test runner

xUnit won't run in VS without it :)

Co-authored-by: Nick Craver <craver@stackoverflow.com>

2.0.30

Toggle 2.0.30's commit message
since we're targeting net461 again, ensure contrib tests have coverage

2.0.4

Toggle 2.0.4's commit message
2.0 RTM

2.0-preview1

Toggle 2.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
WIP: Lib updates and prepare for Microsoft.Data.SqlClient (DapperLib#…

…1313)

v2 work; primarily prep for split SqlClient

1.60.1

Toggle 1.60.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.60.0 (DapperLib#1198)

This bumps and locks at 1.60.0 to cope with whatever binding policies .NET Core is enforcing - then we can stick at this until 2.x I guess.

1.50.7

Toggle 1.50.7's commit message
version for public drop