AndreyAkinshin / knockout-mvc

Power of Knockout.js for ASP.NET MVC
http://knockoutmvc.com
203 stars 125 forks source link

Update KnockoutUtilities.cs #31

Closed diegohoyos closed 11 years ago

diegohoyos commented 11 years ago

Add JsonIgnore attribute validation to avoid reflection over objects that will not be serialized by json.net Fixes for ensure JsonIgnore attribute validation works with entity framework proxies.