Results 8 comments of Mek

It's 2017 and the addon still cannot be used. Any news on this?

Well, I have used it in Chrome on Angular 2 application but it was sluggish and crashing (maybe because the application was a more complex one). So I thought that...

I found this issue after a few hours of googling (and searching where the error comes from). Essentially when I do: ``` var myEntities = db.MyModels.AsExpandable().Where(m => m.Id < 10);...

Anybody alive? Is this going to be fixed or not?

I tried AsExpandable before call to Where, as @TimHambourger said, but no difference, still getting the same error. Then I tried AsExpandable as last, before ToList, as @StefH said, no...

We are having the same problem. Currently to overcome this, we can only fully quality the class name with namespace.

Having the same problem. Looks like we will have to make changes to ui-layout manually because it's a long dead project.