Commented Issue: Dictionary model binder throws exception when no values...
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 ArticleCommented Issue: Currently if a HTTP method is not supported Web API returns...
In the current version of Web API, when the action selector does not find a matching action for a HTTP method it returns a 404 status code even when the resource URI supports other methods (e.g. it...
View ArticleReviewed: v5.0 RTM (июл 12, 2013)
Rated 5 Stars (out of 5) - Are estimate on the release date?
View ArticleSource code checked in, #75b3fadf956125d579761a78d0827ca0079a82c6
Fix Stylecop build break
View ArticleSource code checked in, #004e2ed20f16869bebf4daedeb583ac8d57d930f
Add support for direct routes to attribute routing
View ArticleCreated Issue: TransferEncodingChunked=true doesn't work on WebHost [1124]
When setting response.Headers.TransferEncodingChunked, the response doesn't get chunked, and a client (Fiddler) will fail trying to read the response.Repro 1: public HttpResponseMessage Get(){...
View ArticleCommented Issue: TransferEncodingChunked=true doesn't work on WebHost [1124]
When setting response.Headers.TransferEncodingChunked, the response doesn't get chunked, and a client (Fiddler) will fail trying to read the response.Repro 1: public HttpResponseMessage Get(){...
View ArticleSource code checked in, #4f7ba74982e8b86b6a3b1da329f727f5b72f789b
#912 take 2 - This will better simulate normal AppSettings usage - the actual setting value used for a given Key is accessed in the same way normal applications access the settings, ensuring the same...
View ArticleCreated Unassigned: ApiExplorer doesn't return any descriptions when...
__Note__: This behavior is after today's check-in of 'direct-routes' in webapi's attribute routing.__Scenario__: User views the apis that he is exposing.__Issue__: HelpPage depends on ApiExplorer...
View ArticleEdited Unassigned: ApiExplorer doesn't return any descriptions when attribute...
__Note__: This behavior is after today's check-in of 'direct-routes' in webapi's attribute routing.__Scenario__: User views the apis that he is exposing.__Issue__: HelpPage depends on ApiExplorer...
View ArticleEdited Unassigned: ApiExplorer doesn't return any descriptions when attribute...
__Note__: This behavior is after today's check-in of 'direct-routes' in webapi's attribute routing.__Scenario__: User views the apis in that he is exposing in HelpPage.__Issue__: HelpPage depends on...
View ArticleEdited Unassigned: ApiExplorer doesn't return any descriptions when attribute...
__Note__: This behavior is after today's check-in of 'direct-routes' in webapi's attribute routing.__Scenario__: User views the apis he is exposing in HelpPage.__Issue__: HelpPage depends on...
View ArticleCreated Unassigned: WebImage.Resize can sometimes add black border [1126]
Sometimes resizing an image can add a black border to the output, example (images attached):```new WebImage("original.jpg").Resize(180, 180).Save("output.jpg");```A possible fix is in...
View ArticleEdited Issue: Web API with Katana host won't clear Thread.CurrentPrincipal...
The specific problem happens when debugging unit test with Visual Studio. VS unit test will use some VS.Diagnostic.ServiceModelSlim assembly which will host a wcf service on the debugging process to...
View ArticleEdited Issue: ApiExplorer ignores valid actions when there are placeholders...
It seems the ApiExplorer ignores valid actions when there are placeholders in the route template which cannot be mapped to an action parameter, e.g.The ApiExplorer will not consider the route template...
View ArticleEdited Issue: Enable FxCop for System.Net.Http.Formatting.NetCore [614]
It currently doesn't pass CodeAnalysis (and CodeAnalysis is disabled project-wide).
View ArticleEdited Issue: [MQ] Ensure the CA1804 FxCop rule runs on the runtime [548]
FxCop violations are being ignored by build.cmd. We need to figure out why and resolve the issue.
View Article