Commented Feature: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleEdited Issue: Support [ResponseType(typeof(void))] for actions that return an...
Many of the actions on our new AccountController return IHttpActionResult with an empty 200 OK response. The Help page tries to display response formats for these actions and displays an error saying...
View ArticleCommented Unassigned: Add a simple hook to re-write all outgoing OData links....
Right now, we generate a bunch of links in the OData response payloads. These are,1) Self links - ID, edit and read links.2) Navigation links,3) Metadata links.Customers want to use...
View ArticleCommented Unassigned: Add a simple hook to re-write all outgoing OData links....
Right now, we generate a bunch of links in the OData response payloads. These are,1) Self links - ID, edit and read links.2) Navigation links,3) Metadata links.Customers want to use...
View ArticleNew Post: Expand does not work with GetEntityByKey
Microsoft.AspNet.WebApi 5.0.0-rc1 Microsoft.AspNet.WebApi.OData 5.0.0-rc1 Microsoft.Data.OData 5.6.0
View ArticleSource code checked in, #ce4e0838ab61ae171ce99a8e1ae3a6bb09a2d643
Remove partial trust tests, they are not needed anymore.
View ArticleNew Post: Expand does not work with GetEntityByKey
The RC package had a bug with SingleResult that we fixed later. https://aspnetwebstack.codeplex.com/workitem/1217 Could you please try upgrading to our nightly builds and see if it fixes for you?
View ArticleEdited Issue: ASP.NET MVC 4 model binding issue [665]
Hello,Recently I updated MVC3 project to MVC4 and I found a strange behavor of default model binder. In some cases he can't bind form parameters to collections of my viewmodel. I built a project for...
View ArticleCommented Issue: ASP.NET MVC 4 model binding issue [665]
Hello,Recently I updated MVC3 project to MVC4 and I found a strange behavor of default model binder. In some cases he can't bind form parameters to collections of my viewmodel. I built a project for...
View ArticleEdited Feature: Add better support for excluding properties from model...
Currently hard to do because users have to register a custom ModelMetadataProvider. We need an attribute-based way of excluding properties.
View ArticleClosed Issue: WebSecurity.InitializeDatabaseConnection error message...
If you try to use WebSecurity before initializing it, you get the following error message:"You must call the "WebSecurity.InitializeDatabaseConnection" method before you call any other method of the...
View ArticleEdited Issue: WebSecurity.InitializeDatabaseConnection error message...
If you try to use WebSecurity before initializing it, you get the following error message:"You must call the "WebSecurity.InitializeDatabaseConnection" method before you call any other method of the...
View ArticleCreated Unassigned: URL Smart Generation (ActionLink, etc) [1292]
I've currently run into a scenario where I'd like to re-use much of an existing controller and not have to worry about creating new files. In my area registration on an MVC3 website I have the...
View ArticleNew Post: HttpClient.PutAsJsonAsync(requestUri, value) does not post value to...
Could you share a repro?
View ArticleNew Post: AsyncEntitySetController BUG - does not properly interpret JSON...
AsyncEntitySetController does not properly interpret JSON content. Please fix it for EntitySetController, ODataController and ApiController as well.This works (Controller called with proper entity...
View ArticleNew Post: AsyncEntitySetController BUG - does not properly interpret JSON...
Can you add the following piece of code to your application and apply the 'ValidationFilter' attribute on your controller that is getting called and let us know what response information you are...
View ArticleNew Post: HttpClient.PutAsJsonAsync(requestUri, value) does not post value to...
We understand that this issue could be blocking you, but please please do not spam the discussion forums. Your following conclusion The only logical conclusion, proven by the FACTS, is that the...
View ArticleNew Post: AsyncEntitySetController BUG - does not properly interpret JSON...
You and your buddy raghuramn is so hang up on the error and exception when I said there is non. I increased the font size :-)
View ArticleNew Post: AsyncEntitySetController BUG - does not properly interpret JSON...
I added your suggestion, but of course since there are no errors.Please do not fight it!Just except that this is a BUG!
View Article