I'm attempting to try out Breeze.js and have downloaded the latest nugget package for the MVC sample.
However, every time I try to save data an exception is thrown in the SaveChanges action in the BreezeSampleController of:
'Newtonsoft.Json.Linq.JObject' does not contain a definition for 'entities'
The library looks great and I would like to make sure I have the most stable bits.
ContextProvider.cs
- Ward