Created Feature: Expose ExpectedType and ActualType from IDelta [1078]
When looking at a delta internally we know the actual type and expected type, but this code is internal.It is very useful, and is needed to create a bridge between WCF Data Services and Web API and is...
View ArticleClosed Issue: MQ: Add SHA1 to assembly file properties [844]
Add SHA1 to assembly information similar to what we started doing for Katana/SignalR. Allows us to trace DLLs back to git commits.
View ArticleCommented 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 ArticleCreated Unassigned: HttpActionBindingTracer is doubly wrapped [1079]
The ActionValueBinderTracer unconditionally wraps an HttpActionBindingTracer around whatever object is returned from its innerBinder.GetBinding. If the binding has already been wrapped with a tracer,...
View ArticleCreated Unassigned: HttpActionDescriptorTracer is doubly wrapped [1080]
The ActionSelectorTracer unconditionally wraps an HttpActionDescriptorTracer around whatever object is returned from innerSelector.SelectAction. But if that object is already wrapped by a tracer, it...
View ArticleClosed Issue: .NET 4.5 post-upgrade cleanups [841]
After we upgrade the projects under Runtime.sln to .NET 4.5, we need to reivew and cleanup the source code to make sure we're making full use of .NET 4.5.Consider the followings:* Remove...
View ArticleClosed Feature: Error when using ODataQueryOptions with primitive return...
Scenario:I have a Persons controller, which is a regular Web API controller and not based on OData.I would like users to be able to supply queryable options on Person and only return small amounts of...
View ArticleCommented Unassigned: [WebApiOnOwin]Formatter write exceptions generated...
When there are exceptions during a formatter's write to stream, I am seeing that the HttpError responses is being sent in chunked encoding format.I noticed that this HttpError response behavior is...
View ArticleEdited Issue: [WebApiOnOwin]Formatter write exceptions generated HttpError...
When there are exceptions during a formatter's write to stream, I am seeing that the HttpError responses is being sent in chunked encoding format.I noticed that this HttpError response behavior is...
View ArticleClosed Issue: MVC areas do not support RouteCollection.LowercaseUrls [685]
See http://stackoverflow.com/questions/13271048/net-4-5-mvc-routecollection-lowercaseurls-breaks-when-using-area for full details.It appears that this is caused by there being multiple instance of...
View ArticleClosed Issue: [WebApiOnOwin]Formatter write exceptions generated HttpError...
When there are exceptions during a formatter's write to stream, I am seeing that the HttpError responses is being sent in chunked encoding format.I noticed that this HttpError response behavior is...
View ArticleClosed Issue: Progress Notifications should support more than 2G of bytes...
In progress notifications, bytes received and bytes sent should be Int64 and not Int32 as they contain the cumulative values of the number of bytes received or sent and not just the number immediately...
View ArticleCommented Unassigned: HttpActionBindingTracer is doubly wrapped [1079]
The ActionValueBinderTracer unconditionally wraps an HttpActionBindingTracer around whatever object is returned from its innerBinder.GetBinding. If the binding has already been wrapped with a tracer,...
View ArticleCommented Issue: Provide a method to update the user of the form token for...
If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is...
View ArticleCommented Issue: Provide a method to update the user of the form token for...
If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is...
View ArticleClosed Issue: EntityFramework CRUD scaffolding template incorrectly uses...
The templated Delete action for an "API controller with read/write actions, using Entity Framework" produces the following code: Platform platform = db.Platforms.Single(p => p.Id == id); if...
View ArticleClosed Issue: MimeMultipartBodyPartParser fails with IOException for file of...
System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Unexpected end of MIME multipart stream. MIME multipart message is not complete. at...
View ArticleClosed Issue: input type="date" not in correct format [457]
I just ran across this issue today in Chrome. If you create a page with the followingModel: public class Model {[DataType(DataType.Date)] public DateTime LastModified { get; set;...
View ArticleEdited Issue: input type="date" not in correct format [457]
I just ran across this issue today in Chrome. If you create a page with the followingModel: public class Model {[DataType(DataType.Date)] public DateTime LastModified { get; set;...
View ArticleClosed Issue: ASP.NET Web API does not call GetRouteData for custom...
Here is the issue explained and a repro http://stackoverflow.com/questions/12544150/asp-net-web-api-rtm-and-subdomain-routesComments: Verified.
View Article