Replies: 1 comment 1 reply
-
This is not possible. Mapperly only supports the configuration with the attributes. Why do you think configuring in the csproj is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to set globally the CaseStrategy.
I know that there is the assembly way
[assembly: MapperDefaults(PropertyNameMappingStrategy = PropertyNameMappingStrategy.CaseInsensitive)]
but for .net core 8 is better to use the csproj file.
...Do you know how to set the right configuration?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions