Haeri
EF Core Nested Projections
@Joschi As far as I can see the mapper just auto generates mappings https://mapperly.riok.app/docs/getting-started/generated-mapper-example/#the-generated-code
But I don't think I can directly use it in the projection.
The next best thing I found was this:
https://mapperly.riok.app/docs/configuration/queryable-projections/
But I will run into the same issue there because I would have to do something like this:
10 replies