tmteam / NFun

Expressions Evaluator for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field of nested input struct is not case insensitive to clr property name

tmteam opened this issue · comments

Nfun:

a = item.bALAnce

Clr-Struct:

class Item{
   public int Balance{get;set;}
}

Error:

The given key 'bALAnce' was not present in the dictionary