Created Unassigned: Add BsonFormatter in MediaTypeFormatterCollection [1430]
MediaTypeFormatterCollection has properties for JsonMediaTypeFormatter, XmlMediatypeformatter and FormUrlEncodedMediaTypeFormatter too. Since we added support for BsonMediaTypeFormatter, we should add...
View ArticleEdited Issue: Add BsonFormatter in MediaTypeFormatterCollection [1430]
MediaTypeFormatterCollection has properties for JsonMediaTypeFormatter, XmlMediatypeformatter and FormUrlEncodedMediaTypeFormatter too. Since we added support for BsonMediaTypeFormatter, we should add...
View ArticleNew Post: Testing MultipartFormDataContent
Haven't heard anything yet, I've had to go back to using a MVC controller action for uploads.
View ArticleNew Post: Testing MultipartFormDataContent
I don't think they even made a serious attempt to fix it but maybe I'm wrong. The way I resolved my issue was to migrate everything to ServiceStack. If you have a large project this might not work for...
View ArticleCommented Unassigned: Dealing with Route Collisions in Att. Based Routing [1403]
Hi,For the sake of definition, I'm defining "collision" as 'distinct controllers registering the same route via the new attribute based routing feature'.In my company we've opted to use a header to...
View ArticleEdited Issue: Validation doesn't get triggered for values extracted from...
The issue is that model binding supports a direct mode where parameters are taken from the value providers(lets say route data) and then directly bound to the action parameters.This mode doesn't...
View ArticleEdited Unassigned: Provide base class for authentication filters [1432]
All the other filter types have base classes that help with implementing them. Authentication filters don't. Particularly for ChallengeAsync, it would be nice to have a virtual method like...
View ArticleCommented Unassigned: Provide base class for authentication filters [1432]
All the other filter types have base classes that help with implementing them. Authentication filters don't. Particularly for ChallengeAsync, it would be nice to have a virtual method like...
View ArticleEdited Issue: Custom FxCop rule MW1200 crashes with NullReferenceException...
This rule has been failing sporadically for some time. It recently started failing all the time in portable libraries.CA0001 : Rule=Microsoft.Web.FxCop#MW1200,...
View ArticleClosed Unassigned: Web API 2 incorrect status code being returned from method...
This Web API action returns an HTTP 500 (Internal Server Error) status code: public IHttpActionResult Post(){ return InternalServerError();}But this action returns an HTTP 400 (Bad Request) status...
View ArticleEdited Issue: Trace exceptions in DefaultHttpControllerTypeResolver [1215]
DefaultHttpControllerTypeResolver swallows exceptions encountered during assembly.GetTypes(). There is no tracing there which makes debugging routing exceptions due to controller type load failures...
View ArticleCommented Issue: Trace exceptions in DefaultHttpControllerTypeResolver [1215]
DefaultHttpControllerTypeResolver swallows exceptions encountered during assembly.GetTypes(). There is no tracing there which makes debugging routing exceptions due to controller type load failures...
View ArticleSource code checked in, #aca06c5555c92afc94df5c71a275214e505b2493
Remove EditorFor HTML attribute handling inconsistencies (fixes #1434) - https://aspnetwebstack.codeplex.com/workitem/1434 - "Remove EditorFor HTML attribute handling inconsistencies" 1. Remove special...
View ArticleCreated Issue: Provider indexer to access items in the portable...
Currently the portable version of NameValueCollection called “HttpValueCollection” does not provide an Indexer to get access the items… an indexer into the collection like values[“p1”] would be more...
View ArticleEdited Issue: Remove EditorFor HTML attribute handling inconsistencies [1434]
Two issues to address:1. Default collection and complex object editor templates ignore the "htmlAttribute" key in view data. This causes consistent application of `@Html.EditorFor(… , new {...
View ArticleCommented Issue: Remove EditorFor HTML attribute handling inconsistencies [1434]
Two issues to address:1. Default collection and complex object editor templates ignore the "htmlAttribute" key in view data. This causes consistent application of `@Html.EditorFor(… , new {...
View ArticleEdited Issue: Multipart parser unable to parse mutlipart content when it does...
_Scenario_:User is trying to use Uploadify tool to do multipart form data uploads._Reference_:Following discussion thread is about the...
View ArticleSource code checked in, #bf6aa626d185e9b1110ee3238fbf76b2364bd87f
Modifying RestorePackages to take advantage of NuGet 2.7 solution restore
View ArticleSource code checked in, #eb69dda15f380da1f69a35b877d5618fcb32d56d
Codeplex-1319 - Disallow {controller} and {action} in attribute routes This change prevents the use of {controller} in all attribute routes, and the use of {action} in attribute routes on action...
View ArticleEdited Issue: {controller} variable on a controller-level attribute route [1319]
The following controller has '{controller}' route variable in its controller-level route. (Also applies for MVC attribute routing's controller-level route too)1....
View Article