Denis Borovnev
Denis Borovnev
We have quite complex logic for query building that is implemented in a few classes, i.e. `Filter` object can return part of `WHERE` clause and parameters for it. We chose...
Hi @mgravell , I've added a small sample [here](https://github.com/denisborovnev/DapperSample). I tried [enable AOT](https://github.com/denisborovnev/DapperSample/compare/main...aot) and AOT reported warnings about dynamic SQL. But even when I tried use a static query I...
Hi! Sorry for the delay, I've finally had a chance to look into why AOT isn't working in my sample: - [DAP016](https://aot.dapperlib.dev/rules/DAP016) - AOT doesn't support generic return types -...