Skip to content

Commit

Permalink
note that settings and type handlers aren't supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Nov 15, 2023
1 parent 8fbb01c commit ceadcea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ SQL analysis is available in both `Dapper.AOT` and `Dapper.Advisor`, and works f
like `Query<Foo>` should work, but the *non-generic* API passing `typeof(Foo)` *is not* supported. The underlying implementation is completely separate to `Dapper` (and *usually*
your code doesn't even need `Dapper` once compiled); there may be subtle differences in how some things behave.

In particular, any Dapper configuration (including `SqlMapper.Settings`, `ITypeHandler`, etc) are *not used*; in many cases
similar configuration is available via new `Dapper.AOT` markers. Please ask if you get stuck!

**PLEASE TEST YOUR CODE CAREFULLY**

If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose)

0 comments on commit ceadcea

Please sign in to comment.