Cartographer
Cartographer copied to clipboard
Support strongly typed context arguments
Currently the context arguments are de-facto a dictionary which may or may not contain anything.
It would improve type safety and increase visibility if we had ability to make strongly typed context arguments that is have well defined and enforced set or arguments that are available during mapping process.
This would work well with some other features like constructor arguments passed via context or strongly typed mappers