Edited Feature: Add Model Binding/Renaming Properties [378]
Often when I'm receiving data from another service (in my case, Facebook), the parameters coming in might not be named the way I want them to be so when I model bind, I'd like to be able to rename...
View ArticleEdited Issue: Complex Types with TypeConverters are not resolved properly [354]
Complex types with type converters are not resolved properly when evaluating matches. The following works: void Get() {...} void Get(int id) {...}However if I change the second method to use a complex...
View ArticleCommented Issue: Complex Types with TypeConverters are not resolved properly...
Complex types with type converters are not resolved properly when evaluating matches. The following works: void Get() {...} void Get(int id) {...}However if I change the second method to use a complex...
View ArticleEdited Issue: Adding support for collection of simple types on the default...
Currently if we have the following action, the request below would fail with "Multiple actions were found..." error because the parameters are not simple types so they're not used for disambiguation by...
View ArticleEdited Feature: Add BSON support for Json.NET MediaTypeFormatter [241]
I'm so happy to see Json.NET being baked into Web API, however, I still have to write my own custom MediaTypeFormatter to support Bson. Json.NET supports this very easily using the same...
View ArticleCommented Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."Comments: This should be fixed now
View ArticleEdited Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."
View ArticleClosed Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."
View ArticleCommented Feature: Support "Ignore Route" in Web API or remove dependency on...
I have a Web API only project with no dependency on System.Web.Mvc.So that I can use Elmah I need to add an ignore route like below: routes.IgnoreRoute("{resource}.axd/{*pathInfo}");Since ignore route...
View ArticleCommented Feature: Support "Ignore Route" in Web API or remove dependency on...
I have a Web API only project with no dependency on System.Web.Mvc.So that I can use Elmah I need to add an ignore route like below: routes.IgnoreRoute("{resource}.axd/{*pathInfo}");Since ignore route...
View ArticleCommented Issue: User IP Address in Web API RC [301]
I've seen on various MS forums and Stack Overflow, the way to retrieve the user's IP address in Web API, requires falling back to the untestable (without mocking) static context object model by doing...
View ArticleCreated Issue: IBodyModelValidator should trace [889]
The IBodyModelValidator does not write to the trace writer, but it should.The TraceManager should be modified to wrap the IBodyModelValidator to log the Begin and End for the Validate. The End log...
View ArticleCreated Issue: Add an overload to ODataModelBuilder that takes...
This is to avoid assuming that the default assemblies resolver is always used.
View ArticleCreated Issue: Handle byte[]s better in the DefaultBodyModelValidator [891]
A customer has reported performance problems with the DefaultBodyModelValidator over large byte arrays (2 MB). We should handle this better.
View ArticleEdited Issue: Fix tracing info link to fwlink in webapiconfig comment [840]
// To disable tracing in your application, please comment out or remove the following line of code// For more information, refer to: http://www.asp.net/web-api...
View ArticleCreated Issue: Better error message when can't construct model for Action. [892]
I've run across this a few times now. I add a model to an action and get a "No parameterless constructor defined for this object".This should only take a few seconds to fix in my code. However, the...
View ArticleCreated Issue: MVC TemplateInfo.GetFullHtmlFieldName bug when in...
I have an edit template that is given a list as its model. It then loops over this model and writes a bunch of checkboxes.I spent a long time trying to figure out why, on postback, the values of the...
View ArticleCreated Issue: Microsoft.Web.Mvc for MVC4 is not signed [894]
Please could you sign the MVC 4 futures assembly. We are looking to use the serializer feature within our application but are unable to reference the assembly as our application is signed.
View ArticleCommented Issue: Multiple DisplayModes - Caching error, will show wrong View...
HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...
View ArticleCommented Issue: Multiple DisplayModes - Caching error, will show wrong View...
HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...
View Article