There are several blogs on how to do this (http://scottwhite.blogspot... etc). I’ve found a few useful things to point out: Debugging is difficult, but here are the steps (thanks to Tintin’s answer). “One way: 1) Delete your custom rules 2) Open Visual Studio (for dev), open your custom rule solution 3) Build & Deploy custom rules (a PostBuild action to copy the rules into the StyleCop folder is handy) 4) Open Visual Studio (for test) 5) Use ......
I was looking closer into WebAPI, specificially how to use OData to avoid writing GetCustomerByCustomerId(int id) methods all over the place. I had problems just returning IQueryable<T> as some sites suggested in the WebpAPI (Assembly System.Web.Http.dll, v4.0.0.0). I think things changed in the release version and the blog posts are still out of date. There is no [Queraable] as the answer to this question suggests. Once I get WebAPI.Odata Nuget package, and added the [Queryable] to the method ......
Disclaimer: Infragistics contacted me and asked me to do a review of one of their products. They also paid me, thank you to them . I had trouble creating an account, so I fired up their chat support and they fixed it for me in a few minutes. That was a great start after the initial frustration with their registration system. http://www.infragistics.com... http://www.infragistics.com... MVVM Support with Knockout http://www.infragistics.com... ......