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

Edited Issue: executionTimeout Support in MVC 4 and Web API [245]

This is an old issue raised by Will at, http://forums.asp.net/p/1715081/4723882.aspx that executionTimeout is not supported in MVC because it has async http handler. Currently, both MVC 4 and Web API...

View Article


Edited Issue: CookieHeaderValue.TryParse() invalid date time format [298]

When I try to parse next...

View Article


Edited Issue: Create HttpContent extension helpers for detecting XML and JSON...

Add HttpContent extension methods for helping determining whether a given content is XML or JSON. The reason why this isn't easy is that the media type can be any of a number of values. For example,...

View Article

Edited Issue: Throw exception from ITraceWriter.Trace cause self-host down....

It can be solved by wrapping try/catch structure around all logics in TraceWriter. However it would be nice to provide a inner established mechanism just in cause user provide a bad implementation.

View Article

Edited Issue: HostedHttpRouteCollection Insert is not supported [348]

Calling Insert throws a not supported exception on GlobalConfiguration.Configuration.RoutesThere's no way to add a route to the beginning of the collection.This is important for framework scenarios...

View Article


Edited Issue: Exception using [Queryable] attribute on classes inheriting a...

I've found that if you have a Get method decorated with the Queryable attribute it will fail with "navigation property not found" if the objects returned extend a base class with a List in it. I am...

View Article

Edited Issue: Add RFC5988 Link header to response headers [313]

Please add a Link/Links property to ResponseHeaders that parsing parses and exposes Link header (according to RFC5988).

View Article

Edited Issue: jquery.unobtrusive-ajax.js using deprecated live() method [318]

As of jquery 1.7, live() has been deprecated. http://api.jquery.com/live/

View Article


Edited Issue: AntiForgeryToken helper and Claims based security [202]

In latest version of MVC4 avaliable from WebPi found an issue with AntiForgeryToken helper. It requires both NameIdentifier and IdentityProvider claims and in exceptions it states that IdentityProvider...

View Article


Closed Issue: UpdateModel and TryUpdateModel for Web API [102]

ASP.NET MVC has had UpdateModel and TryUpdateModel allowing partial model to be received by the method and update only relevant parts of the model.That has been missing in the ASP.NET Web API. In the...

View Article

Closed Issue: FormDataCollectionExtensions.ReadAs should not create a new...

It would be better to use GlobalConfiguration.Configuration, so added dependencies are used. Now a new instance of DefaultServices is used.Comments: In general we don't have a global configuration...

View Article

Closed Issue: MimeMultipartBodyPartParser fails if stream does not end with a...

Not sure if the spec requires a CR/LF combination at the end of a multipart stream, but there are many file uploaders out there that do not append a CRLF at the end. The MimeMultipartBodyPartParser...

View Article

Closed Issue: Consider optimization to codegen per-action delegates for...

Consider an optimization where we codegen a Func<Request,Response> delegate for each action. Much of the action is statically analyzable, including:- the HttpParameterBindings. (ModelBinders,...

View Article


Closed Issue: Provide a way for ContentNegotiator to indicate the matching...

Currently, the extension "CreateResponse<T>()" on the Request object creates a con-negable response. This extension currently sends back a 406 status code, when it does NOT find any formatter to...

View Article

Closed Issue: Turn off trace after service is started. [125]

Currently trace configuration is done before service is started. Once service is started, all significant internal components will be created with a wrapper logging it's behaviour to trace writer. Not...

View Article


Closed Issue: No MediaTypeFormatter is available to read an object of type...

I’m trying to do something very simple with the latest WebAPI. I want to post simple string content. My client code looks like:var result = client.PostAsync(address, new...

View Article

Created Issue: QueryableAttribute can't filter on Get only property [350]

Define model:public class Customer{ private int age = 0; public int Age { get { return age; } }}Try $filter=Age eq 0Reports exception:{"Message":"The query specified in the URI is not...

View Article


Created Issue: QueryableAttribute can't work with type without namespace [351]

Define a type without namespace and return it as IEnumerable and mark QueryableAttribute on it.The exception is:System.ArgumentNullException occurred Message=Value cannot be null.Parameter name:...

View Article

Created Issue: UInt64 will be added as complex type in...

Model:public class ModelClass{public uint64 Property{get;set;}}Add ModelClass as entity to conventionModelBuilder, it will add UInt64 as complex type

View Article

Commented Issue: OData: Unknown $xxxx throws not supported with Queryable()...

Currently it doesn't support basics like $format and $inlinecount that all clients will pass. Most of the time we have no control over it. Unknown commands should not throw.Comments: How would one go...

View Article
Browsing all 7215 articles
Browse latest View live


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