After upgrading from 1.1.8 to 1.2.0 I'm getting MethodNotSupported exception because my expression parser finds Dynamic.DynamicIndex(object, string) method in the expression. Strangely this method was introduced in 1.1.8, but the error started happening only in 1.2.0
Here are the failing tests: https://ci.appveyor.com/project/hazzik/nhibernate-core/builds/35962348/job/uvi4bg3jew1giw41/tests
After upgrading from 1.1.8 to 1.2.0 I'm getting MethodNotSupported exception because my expression parser finds
Dynamic.DynamicIndex(object, string)method in the expression. Strangely this method was introduced in 1.1.8, but the error started happening only in 1.2.0Here are the failing tests: https://ci.appveyor.com/project/hazzik/nhibernate-core/builds/35962348/job/uvi4bg3jew1giw41/tests