dahari87

Results 2 issues of dahari87

On the "xxx is typing" line, on LTR version, if the name is written in RTL languages (like Hebrew in my case) there's a **missing space** between the name written...

Hi, i have the following method: `public string GetQuery(params Expression[] properties){}` so i able to use it this way: `GetQuery(x => x.FirstName, x => x.NestedProp.NestedValue);` how can i map the...