Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix 'ITypeHandler' 'SetValue' method can't intercept 'ValueType' and 'String' type #1298
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



If the typeHandlers.TryGetValue(type, out handler) method should be ranked higher, the typeMap has a list of base types so that 'ITypeHandler' 'SetValue' will have no effect on rewriting the base types.

To change the
