-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
https://github.com/StackExchange/Dapper
Может сделать что-то в сторону ORM?
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
```
Dapper and Dapper.Rainbow are available on nuget but not Dapper.Contrib or
Dapper.SqlBuilder. Will they be added?
```
Original issue reported on code.google.com by `kjwar...@gmail.com` on 25 Jan…
-
I used to have this custom type handler configured:
`SqlMapper.AddTypeHandler(new DapperSqlDateOnlyTypeHandler());`
Mapping class is:
```
public class DapperSqlDateOnlyTypeHandler : SqlMapper.…