Created Unassigned: HttpContent.Read* methods return empty content when using...
## Repro steps1. In a Web API application, add a complex type parameter to a controller method.2. In the controller method, read the content, e.g. with `Request.Content.ReadAsStringAsync`.3. Run the...
View ArticleCreated Unassigned: ByteRangeStream Stream Position question [2316]
In the ByteRangeStream class, when the _lowerbounds variable is calculated, the current method ignores the position of the inputStream property.In my scenario, I need to output to the output of the...
View ArticleCreated Unassigned: MultipartStreamProvider loses HttpContext after async...
I have implemented a custom subclass of MultipartStreamProvider in order to write uploaded file data to a custom stream. After writing to the stream, the HttpContext is sometimes null. The code below...
View ArticleCommented Unassigned: MultipartStreamProvider loses HttpContext after async...
I have implemented a custom subclass of MultipartStreamProvider in order to write uploaded file data to a custom stream. After writing to the stream, the HttpContext is sometimes null. The code below...
View ArticleCreated Unassigned: Add support prioritise controller routes [2318]
HiWhy in new version MVC, route not have prioritise? Before have prioritise.Example, I have 2 ControllersNewsController```[Route("~/News", Order = 2)][Route("~/News/Page/{page}", Order = 1)]public...
View ArticleCommented Unassigned: Unhandled exception is being logged when client cancels...
It appears this issue was clsoed for some reason. http://aspnetwebstack.codeplex.com/workitem/1797It still happens on 5.2.3 and I posted details back in April of the error it gives. I get these...
View ArticleCommented Unassigned: Unhandled exception is being logged when client cancels...
It appears this issue was clsoed for some reason. http://aspnetwebstack.codeplex.com/workitem/1797It still happens on 5.2.3 and I posted details back in April of the error it gives. I get these...
View ArticleCreated Unassigned: Error in XML docs for System.Web.Http.Results.OkResult...
The public constructors for this class are documented as:> Initializes a new instance of the NotFoundResult class.Should be> Initializes a new instance of the OkResult class.
View ArticleCommented Unassigned: Issue with arrays in expression when using...
I copied this issue from https://github.com/aspnet/Mvc/issues/2890 because it looks like no related issues been tracked by ASP.NET MVC 5 project.---Hey, not 100% sure if this an MVC issue or Roslyn...
View ArticleCreated Unassigned: editorfor not as expected [2320]
I have a view, that is bound to a model with the following property[Display(Name = "Purchase Cost")]public double? PurchaseCost { get; set; }that is rendering like this:<input name="PurchaseCost"...
View ArticleCreated Unassigned: Attribute Based Routing can't produce pretty URLs [2321]
I have discovered an issue with Attribute Based Routing in my MVC application (MVC version 5.2.3.0).I have created a question on StackOverflow too.Basically. When you have the same action name that use...
View ArticleEdited Unassigned: Attribute Based Routing can't produce pretty URLs [2321]
I have discovered an issue with Attribute Based Routing in my MVC application (MVC version 5.2.3.0).I have created a [question on StackOverflow...
View ArticleCreated Unassigned: XmlDocumentationProvider extensions for supporting...
The _XmlDocumentationProvider.cs_ class from the _Web.API Help Page package_ has only limited support for generics.For instance it does not correctly interpret signatures like:> <member...
View ArticleCommented Unassigned: XmlDocumentationProvider extensions for supporting...
The _XmlDocumentationProvider.cs_ class from the _Web.API Help Page package_ has only limited support for generics.For instance it does not correctly interpret signatures like:> <member...
View ArticleCommented Issue: HttpMessageInvoker object disposed exception [2091]
Hello,I am hosting a Web API REST service using Owin and a typical startup class, for example:``` public void Configuration(IAppBuilder builder){ System.Diagnostics.Debug.WriteLine("Startup -...
View ArticleCreated Unassigned: WebApi: Client disconnect with...
Doing some testing on a OWIN self-hosting console app with authentication mode set to IntegratedWindowsAuthentication (same issue occurs with NTLM or Negotiate). Have a client app that hits the server...
View ArticleCommented Unassigned: Unhandled exception is being logged when client cancels...
It appears this issue was clsoed for some reason. http://aspnetwebstack.codeplex.com/workitem/1797It still happens on 5.2.3 and I posted details back in April of the error it gives. I get these...
View ArticleCommented Unassigned: Unhandled exception is being logged when client cancels...
It appears this issue was clsoed for some reason. http://aspnetwebstack.codeplex.com/workitem/1797It still happens on 5.2.3 and I posted details back in April of the error it gives. I get these...
View ArticleCommented Unassigned: Unhandled exception is being logged when client cancels...
It appears this issue was clsoed for some reason. http://aspnetwebstack.codeplex.com/workitem/1797It still happens on 5.2.3 and I posted details back in April of the error it gives. I get these...
View ArticleCommented Issue: Unhandled exception is being logged when client cancels...
__Scenario__:When a user loads a page, it makes one or more ajax requests, which hit ASP.NET Web API 2 controllers. If the user navigates to another page, before these ajax requests complete, the...
View Article