Commented Unassigned: Exception inside PushStreamContent won't be caught by...
Hi,I'm using PushStreamContent in asp.net web api to stream data to the client, I have derived from ExceptionFilterAttribute to capture all the exceptions and return standard HttpError to client....
View ArticleReopened Unassigned: Exception inside PushStreamContent won't be caught by...
Hi,I'm using PushStreamContent in asp.net web api to stream data to the client, I have derived from ExceptionFilterAttribute to capture all the exceptions and return standard HttpError to client....
View ArticleEdited Unassigned: Exception inside PushStreamContent won't be caught by...
Hi,I'm using PushStreamContent in asp.net web api to stream data to the client, I have derived from ExceptionFilterAttribute to capture all the exceptions and return standard HttpError to client....
View ArticleCommented Issue: Ajax.BeginForm() not sending submit button's name/value [567]
There are certain circumstances when using Ajax.BeginForm() and the underlying jquery.unobtrusive-ajax.js script that the name/value of the submit button is not posted to the server.See StackOverflow...
View ArticleCommented Issue: UpForGrabs: Web Api ModelState validation is ignoring the...
Given a model with these data annotations:public class Example{[Required][Display(Name = "Activity response")] public string ActivityResponse { get; set; }}I would expect the model state error message...
View ArticleCreated Unassigned: Add foreign key information to the associations in the...
When there is an entity in a model that has an entity that explicitly exposes the foreign key of an association to another entity, make that information visible and available in the $metadata...
View ArticleEdited Unassigned: Add foreign key information to the associations in the...
When there is an entity in a model that has an entity that explicitly exposes the foreign key of an association to another entity, make that information visible and available in the $metadata...
View ArticleCreated Unassigned: AuthorizeAttribute can't be overriden [1095]
As the title says, it is currently not possible to override the AuthorizeAttribute set on Controllers with an AuthorizeAttribute set on Actions.While this is in itself not a bug, it is quite an...
View ArticleCommented Unassigned: AuthorizeAttribute can't be overriden [1095]
As the title says, it is currently not possible to override the AuthorizeAttribute set on Controllers with an AuthorizeAttribute set on Actions.While this is in itself not a bug, it is quite an...
View ArticleCommented Feature: Add support for Status Code/HttpHeader attributes in web...
This will allow a REST API to be self documenting for all inputs and outputs when applied on API functions.Example usage:__Http Headers__[RequestHeaderDescription(Name = "X-Auth-Token",...
View ArticleEdited Issue: AuthorizeAttribute can't be overriden [1095]
As the title says, it is currently not possible to override the AuthorizeAttribute set on Controllers with an AuthorizeAttribute set on Actions.While this is in itself not a bug, it is quite an...
View ArticleEdited Unassigned: Add foreign key information to the associations in the...
When there is an entity in a model that has an entity that explicitly exposes the foreign key of an association to another entity, make that information visible and available in the $metadata...
View ArticleEdited Unassigned: Make EntitySetConfiguration ctor public [1093]
The constructors in EntitySetConfiguration are public, while the constructors in EntitySetConfiguration<T> are internal. The constructors in EntitySetConfiguration were made public to ease unit...
View ArticleCommented Unassigned: Allow to pass an empty ModelState into...
Would be nice if ```CreateErrorResponse(HttpStatusCode.BadRequest, ModelState)``` didn't throw an exception in case ModelState is empty.Comments: Hello, and thank you for submitting this issue. We are...
View ArticleEdited Issue: Allow to pass an empty ModelState into CreateErrorResponse [1091]
Would be nice if ```CreateErrorResponse(HttpStatusCode.BadRequest, ModelState)``` didn't throw an exception in case ModelState is empty.
View ArticleEdited Unassigned: Add foreign key information to the associations in the...
When there is an entity in a model that has an entity that explicitly exposes the foreign key of an association to another entity, make that information visible and available in the $metadata...
View ArticleEdited Unassigned: Make EntitySetConfiguration ctor public [1093]
The constructors in EntitySetConfiguration are public, while the constructors in EntitySetConfiguration<T> are internal. The constructors in EntitySetConfiguration were made public to ease unit...
View ArticleEdited Unassigned: Exception inside PushStreamContent won't be caught by...
Hi,I'm using PushStreamContent in asp.net web api to stream data to the client, I have derived from ExceptionFilterAttribute to capture all the exceptions and return standard HttpError to client....
View ArticleEdited Issue: Json.Encode doesn't encode array properties returned from...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleEdited Issue: Allow to pass an empty ModelState into CreateErrorResponse [1091]
Would be nice if ```CreateErrorResponse(HttpStatusCode.BadRequest, ModelState)``` didn't throw an exception in case ModelState is empty.
View Article