Dapper.AOT is build-time tools that takes your existing Dapper code, and weaves voodoo (via “interceptors”) to replace your Dapper calls with code that bypasses all the reflection and ref-emit code with ahead-of-time (AOT) implementations, while also offering usage guidance on your Dapper usage.
Index:
Packages:
Dapper.AOT
- the full AOT and usage guidance suiteDapper.Advisor
- just the usage guidance partsProblems? Report them here