Edited 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 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: Redundant type name serialization in OData JSON light minimal...
When we write the entries for GET http://localhost:50231/Pets/SampleService.Model.BigPet , in JSON light minimal metadata mode, we emit type names for all BigPets. This is redundant as the type of the...
View ArticleSource code checked in, #746f47ae8c633c1857357739640a38636a6b44cf
Prelude to fixing issue 398, Razor code formatting is broken when using tabs
View ArticleEdited Issue: Redundant type name serialization in OData JSON light minimal...
When we write the entries for GET http://localhost:50231/Pets/SampleService.Model.BigPet , in JSON light minimal metadata mode, we emit type names for all BigPets. This is redundant as the type of the...
View ArticleEdited Issue: Dictionary model binder throws exception when no values present...
This was working fine in MVC 3, I'm not sure if this is an intended change or not.In MVC4, the model binder cannot properly bind a Dictionary<> if the form was submitted with no values. Consider...
View ArticleCreated Unassigned: Upgrade System.Web.Http.SignalR project's SignalR.Core...
__Scenario__:User would like to use HubController<THub> with Web API. So, the user installs "Microsoft.AspNet.WebApi.SignalR" package.__Issue__:The latest publicly released stable version is...
View ArticleEdited Unassigned: Upgrade System.Web.Http.SignalR project's SignalR.Core...
__Scenario__:User would like to use HubController<THub> with Web API. So, the user installs "Microsoft.AspNet.WebApi.SignalR" package.__Issue__:The latest publicly released stable version is...
View ArticleNew Post: Using results of build in my own little project
Hi, I'm playing a bit with some source code changes. And besides tests in the source base, I'd like to see how they perform in my actual webapi app. I currently use the nightly builds for testing in my...
View ArticleNew Post: Running xUnit quickly
Forgive me for this question, as this is the first time I've used xUnit. After trying out build.cmd, I figured out I could pass RunTests to it as a target. That made things faster. But it was still a...
View ArticleNew Post: Serialization stuff
Hi Omar, This is the issue happening to me after I upgraded to Json.NET 4.5 or later, It was working fine earlier. I used RickStrahl JsonNetFormatter & that one works fine. using System.IO;using...
View ArticleReviewed: v4.0 RTM (Jun 24, 2013)
Rated 5 Stars (out of 5) - I like it if I can get the opensource
View ArticleCreated Unassigned: JsonContractResolver should use Default...
In JsonMediaTypeFormatter, JsonContractResolver is set as DefaultContractResolver, Which calls ConfigureProperty Method, Which should set Default SerializerSettings from JsonMediaTypeFormatter, because...
View ArticleCommented Issue: All MVC pages fail with the message "An item with the same...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleCommented Issue: All MVC pages fail with the message "An item with the same...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleCreated Unassigned: WebApi - html inside xml request [1105]
Hi asp.net community members.I have issue with deserialization of string that contains html: value = null when I post html.Controller method:// POST api/values public string Post([FromBody]string...
View ArticleEdited Unassigned: WebApi - html inside xml request [1105]
Hi asp.net community members.I have issue with deserialization of string that contains html: value = null when I post html.Controller method:// POST api/values public string Post([FromBody]string...
View ArticleEdited Unassigned: WebApi - html inside xml request [1105]
Hi asp.net community members.I have issue with deserialization of string that contains html: value = null when I post html.Controller method:```// POST api/values public string Post([FromBody]string...
View ArticleCommented Unassigned: JsonContractResolver should use Default...
In JsonMediaTypeFormatter, JsonContractResolver is set as DefaultContractResolver, Which calls ConfigureProperty Method, Which should set Default SerializerSettings from JsonMediaTypeFormatter, because...
View Article