Questions tagged [dapper-lite]

DapperLite is a simple object mapper for .NET, .NET Compact Framework and Mono.

About

DapperLite is a single file you can drop in to your .NET Compact Framework or .NET project that will extend your IDbConnection interface.

This project is a subset and simplification of dapper-dot-net.

Links Github

Alternatives

Some other similar projects are:

Dapper

Massive

PetaPoco

1 questions
1
vote
1 answer

ArgumentException on PropertyInfo.SetValue() in .Net Compact

I am using DapperLite, a port of Dapper, for use in Compact Framework. I get an ArgumentException, no other info in the below method at the specified line of the SqlMapper.cs file. Really struggling with what to look for next or what's actually…
Refracted Paladin
  • 12,096
  • 33
  • 123
  • 233