Edited Issue: Route specific message handlers are not getting traced [222]
Tracing is happening for message handlers common for all routes, but not for the route specific ones.Attached a standalone Xunit repro.
View ArticleCreated Unassigned: JsonContractResolver should use...
With the current bits serializing an ISerializable type would generate json with the backing fields instead of properties.This is rather the less common use case for web API. Most customers, I assume,...
View ArticleEdited Unassigned: JsonContractResolver should use...
With the current bits serializing an ISerializable type would generate json with the backing fields instead of properties.This is rather the less common use case for web API. Most customers, I assume,...
View ArticleEdited Issue: PushStreamContent not working under Self hosting server [1169]
The code below it is supposed to write into the console the value of the current datetime every one second. It doesn't. But if the controller is hosted under IIS (instead of under SHS), it works...
View ArticleCommented Issue: PushStreamContent not working under Self hosting server [1169]
The code below it is supposed to write into the console the value of the current datetime every one second. It doesn't. But if the controller is hosted under IIS (instead of under SHS), it works...
View ArticleClosed Issue: PushStreamContent not working under Self hosting server [1169]
The code below it is supposed to write into the console the value of the current datetime every one second. It doesn't. But if the controller is hosted under IIS (instead of under SHS), it works...
View ArticleEdited Unassigned: Expose IgnoreSerializableAttribute option on the...
With the current bits serializing an ISerializable type would generate json with the backing fields instead of properties.This is rather the less common use case for web API. Most customers, I assume,...
View ArticleEdited Issue: Expose IgnoreSerializableAttribute option on the...
With the current bits serializing an ISerializable type would generate json with the backing fields instead of properties.This is rather the less common use case for web API. Most customers, I assume,...
View ArticleCommented Issue: PushStreamContent not working under Self hosting server [1169]
The code below it is supposed to write into the console the value of the current datetime every one second. It doesn't. But if the controller is hosted under IIS (instead of under SHS), it works...
View ArticleCommented Issue: Twitter helper is broken [1088]
Microsoft-web-helpers has a Twitter helper in it. We were using the v1 Twitter API which was deprecated by Twitter recently - https://dev.twitter.com/blog/api-v1-is-retiredWe’ll need to change the...
View ArticleEdited Issue: Twitter helper is broken [1088]
Microsoft-web-helpers has a Twitter helper in it. We were using the v1 Twitter API which was deprecated by Twitter recently - https://dev.twitter.com/blog/api-v1-is-retiredWe’ll need to change the...
View ArticleCreated Issue: Ensure Web API Help Page and ApiExplorer work with the latest...
See the following issues for the related changes:https://aspnetwebstack.codeplex.com/workitem/1222https://aspnetwebstack.codeplex.com/workitem/1223https://aspnetwebstack.codeplex.com/workitem/1227
View ArticleEdited Issue: ApiExplorer not returning descriptions in certain scenarios [1213]
__Scenario__:User is trying to use UriPathExtensionMappings along with attribute routing. User would like to see the the appropriate information on the HelpPage(which uses ApiExplorer behind the...
View ArticleCommented Issue: ApiExplorer not returning descriptions in certain scenarios...
__Scenario__:User is trying to use UriPathExtensionMappings along with attribute routing. User would like to see the the appropriate information on the HelpPage(which uses ApiExplorer behind the...
View ArticleCreated Unassigned: Remove HttpRouteBuilder [1229]
Currently the HttpRouteBuilder extensibility points in MVC and Web API are different and it looks like the abstraction needs some work. Let's remove HttpRouteBuilder, but keep IInlineConstraintResolver.
View ArticleEdited Issue: Remove HttpRouteBuilder [1229]
Currently the HttpRouteBuilder extensibility points in MVC and Web API are different and it looks like the abstraction needs some work. Let's remove HttpRouteBuilder, but keep IInlineConstraintResolver.
View ArticleEdited Issue: Remove HttpRouteBuilder [1229]
Currently the HttpRouteBuilder extensibility points in MVC and Web API are different and it looks like the abstraction needs some work. Let's remove HttpRouteBuilder, but keep IInlineConstraintResolver.
View ArticleCreated Issue: Update to ODataLib 5.6.0 RTM [1230]
ODataLib 5.6.0 RTM was just published:http://www.nuget.org/packages/Microsoft.Data.OData/5.6.0
View ArticleCommented Issue: ASP.NET WebPages 2 - Validation bug [1120]
Hi, the validation does not seem to work correctly in ASP.NET WebPages 2. I created a form and then used the RenderPage method to render that page into another page however on submit the validation...
View ArticleEdited Issue: Update to ODataLib 5.6.0 RTM [1230]
ODataLib 5.6.0 RTM was just published:http://www.nuget.org/packages/Microsoft.Data.OData/5.6.0
View Article