From ceadcea5c15b584a1934444d286f0e5ba679d725 Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Wed, 15 Nov 2023 14:33:23 +0000 Subject: [PATCH] note that settings and type handlers aren't supported --- docs/gettingstarted.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index 536f64c9..8d221023 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -177,6 +177,9 @@ SQL analysis is available in both `Dapper.AOT` and `Dapper.Advisor`, and works f like `Query` 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) \ No newline at end of file