oceanicwang / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

FastExpando issue member resolve issue (clone fix suggestion committed) #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some grids active/Telerik and other edge cases use reflection and other methods 
to cache members.

Current implementation results in inconsistent between the wrapper object and 
the underlying dictionary because the DynamicObject members are returned and 
not the underlying dictionary.

Simple fix basically add an override to FastExpando class and reflection acts 
consistently.

Cloned from latest available September 14 so should be a simple merge of clone 
"mattias-fastexpando-reflection-issue"

http://code.google.com/r/mattias-fastexpando-reflection-issue/source/checkout

Original issue reported on code.google.com by matt...@amigarulez.se on 14 Sep 2011 at 9:33

GoogleCodeExporter commented 8 years ago
k ... I pulled the change in 

Original comment by sam.saff...@gmail.com on 27 Sep 2011 at 12:07