Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Commented Unassigned: Add overloads taking a CancellationToken parameter [983]

Currently some of TAP-based methods in the aspnetwebstack libraries does not have overloads with _CancellationToken_ parameter. For instance following classes:_System.Net.Http_: HttpContent and...

View Article


Edited Unassigned: MVC: Make non-generic TryUpdateModel methods [1071]

Sometimes it is necessary to make a polymorphic binding of model on the basis of the interface. But if one pass the model of a particular type, wich implements the necessary interface, the binding...

View Article


Edited Unassigned: Add Feature to WebGrid [1069]

Add opportunity to customize header output. Like it made with "Format" property. Or just change Header type to object. To have a way for manage output.```namespace System.Web.Helpers { public class...

View Article

Closed Issue: Add AuthenticationFilterAttributeTracer wrapper for...

The authentication filter won’t work under tracing mode as tracer will wrap the auth filter as a FilterTracer which is just an IFilter. FilterGrouping.SelectAvailable can't select correct...

View Article

Closed Issue: Null Ref Exception from ODataEntityDeserializer.ReadEntryOrFeed...

To repro the issue, define entity model as:[EntitySet("Security_ArrayModel")][DataServiceKey("ID")] public class Security_ArrayModel{ public int ID { get; set; } public List<string> StringArray {...

View Article


Commented Unassigned: [WebApiOnOwin] Response sent in chunked encoding when...

When there is no content assigned to a HttpResponseMessage, the response is being sent in a chunked encoding format.Example:```public HttpResponseMessage ReturnNoContent(){ return...

View Article

Commented Issue: Broken Image link in Bing SearchBox helper [624]

To reproduce this, follow these steps:1. Create a new site that references Microsoft.Web.Helpers.2. Add @Bing.SearchBox to one of the pages.3. Navigate to the page in the browser of your choice.Result:...

View Article

Created Unassigned: [WebPages]: Update MimeMapping.cs to be match IIS8...

The file was generated from the mimeMap in %System32%\inetsrv\config\applicationHost.config and it looks like IIS 8 has some slightly different mime mappings. It should probably be updated to match...

View Article


Commented Issue: application/json should return json verbose when...

We should return json verbose payload when old client requests for json. This is the same behavior as WCF DS. Currently, we always returns json light payload and fails when MaxODataServiceVersion is...

View Article


Edited Issue: [WebApiOnOwin] Response sent in chunked encoding when it does...

When there is no content assigned to a HttpResponseMessage, the response is being sent in a chunked encoding format.Example:```public HttpResponseMessage ReturnNoContent(){ return...

View Article

Commented Issue: [WebApiOnOwin] Response sent in chunked encoding when it...

When there is no content assigned to a HttpResponseMessage, the response is being sent in a chunked encoding format.Example:```public HttpResponseMessage ReturnNoContent(){ return...

View Article

Edited Feature: More virtual extensibility to XmlMediaTypeFormatter and make...

I'm going to try and keep this brief - but it might be difficult.In the project I'm writing at the moment, I've customised the XML formatter to correctly serialize an instance based on it's actual type...

View Article

Commented Feature: More virtual extensibility to XmlMediaTypeFormatter and...

I'm going to try and keep this brief - but it might be difficult.In the project I'm writing at the moment, I've customised the XML formatter to correctly serialize an instance based on it's actual type...

View Article


Commented Unassigned: EntitySetController.Get(TKey) breaks when $expand query...

This is a bug in Web API OData, nightly build. I believe this is a bug in `ODataEntityTypeSerializer`, but it is also likely a design flaw in EntitySetController.In OData, it's valid to have a url like...

View Article

Commented Unassigned: $expand breaks use of Get(ODataQueryOptions) [1073]

Bug, or "how do I do this", in Web API OData:Using the nightly builds to test out $expand support - note that I really really want to switch to Web API OData over WCF Data Services, because the...

View Article


Closed Issue: [WebApiOnOwin] Response sent in chunked encoding when it does...

When there is no content assigned to a HttpResponseMessage, the response is being sent in a chunked encoding format.Example:```public HttpResponseMessage ReturnNoContent(){ return...

View Article

Edited Issue: Expose the default logic of link generation to enable re-using...

I agree that its easy to create links ourselves, but its natural and easier to just fallback to the default logic too.Scenarios:a. I would like to build a 'Transient' action on Product called...

View Article


Closed Issue: [WebApiOnOwin]Provide virtual methods on...

The current signature of OwinBufferPolicySelector is the following:We should make the UseBufferedInputStream & UseBufferedOutputStream methods overridable.```public class OwinBufferPolicySelector :...

View Article

Closed Issue: [AttributeRouting]Generated route name suffixes should be in...

In the case where action names are the same for multiple actions, to keep route names unique in the route collection, we dynamically generate the names with suffixes like Products.Get1, Products.Get2...

View Article

Edited Issue: [AttributeRouting]Handle scenario when multiple route prefixes...

Currently the following would cause a problem, as we try to create 2 routes(one for each route prefix) with the same route name calle...

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>