Krzysztof Kozmic
Krzysztof Kozmic
this is to ensure all mappings are precached, or almost all to allow for extensibility mapping scenarios etc
This is more of a re-write of current way we do the mapping. The goal here is to be able to build a chain like this 1. read source value...
DynamicMethod would allow to map private members, DynamicProxy would allow saving an assembly with generated mappings to either shorten startup or to completely replace dynamic code generation. I guess it...
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...
Currently we expose pseudocode for what we map to make approval tests easy, but we don't do anything to handle cases when a property is added but not mapped. This...
it works for properties currently, but doesn't work for constructors. Would be useful in some cases