Replies: 1 comment
-
Try the MyGet build. And see this. The parallel stuff you have to implement yourself by having multiple |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
new MapperConfiguration takes a couple of seconds in our case... would it be possible to make it happen in a parallel way? As a configuration option... I don't care much about the server but on our dev machines, we have to launch the app a lot of times per day and automapper initialization is slowing things down. I have a 12 cores machines so I think it would be nice to speed things up using parallelism on dev machines.
Beta Was this translation helpful? Give feedback.
All reactions