fogzot / vroomjs

Mono-friendly bridge to V8 Javascript engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CamelCase

JackNorton1 opened this issue · comments

Properties in functions KeepAliveSetPropertyValue and KeepAliveSetPropertyValue are searched first by "upperCamelCase" and then by right text. If there are both Properties "Test" and "test", wrong property can be used.
I am using IDictionary as datasource and it makes my application slower and sometimes returns wrong result.
I thing, that CamelCase should be on second place or configurable.