breezejs v1.3.6 breaks my application
问题 I've updated my client library and server web api dll to latest version. Now whenever I do an expand on a query, I get that kind of error: unable to locate property: Mandate on type: MandateHistory:#Dom.DirectDebit with the query being : var query = breeze.EntityQuery.from("MandatesHistory") .where("Mandate.Id", "==", mandatId).expand("Mandate"); return manager.executeQuery(query.using(service)); If I downgrade to 1.3.3 (the client library only), everything works fine. I would have like to