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

Created Issue: Remove ParameterInfoExtensions.GetCustomAttributes and use...

Since we're moving to .NET 4.5, might as well use the framework's GetCustomAttributes<T> instead of rolling our own.

View Article


Created Issue: Document dependency between EntitySetController.CreateEntity...

If you override CreateEntity and do not override GetKey, you get an obscure error when calling the service:{"odata.error":{"code":"POST requests are not...

View Article


Edited Issue: Dealing with DTOs in Queryable actions [839]

Based on this great articlehttp://blogs.msdn.com/b/webdev/archive/2013/02/06/protect-your-queryable-api-with-validation-feature-in-asp-net-web-api-odata.aspxI have more input for the team wrt real...

View Article

Created Issue: Return 415 if there is a body parameter and no formatter can...

This could happen if the content type is not specified in the request or if there is no formatter that can handle the specified content-type.we should return a 415 in these cases.

View Article

Created 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 Article


Created Task: MQ: Cleanup Microsoft.Web.Mvc [845]

Decide which code we still want to keep; archive the rest.

View Article

Edited Task: MQ: Cleanup Microsoft.Web.Mvc [845]

Decide which code we still want to keep; archive the rest.Related tests consume 6 seconds of build.cmd, so we should reduce this time where possible.

View Article

Created Issue: WebAPI has System.Net.Http assembly conflicts in .net 4.5 [846]

Multiple ASP.NET WebApi assemblies contains references to System.Net.Http version 2.0.0.0. When targeting .NET 4.5, the Microsoft.Net.Http NuGet package will link to the newer System.Net.Http version...

View Article


Commented Task: MQ: Review use of functional tests; convert some to unit...

Prefer unit testing to functional/integration testing in dev tests to reduce the time used in running tests in build.cmd* Identify all functional tests and separate them from unit tests.* Ensure every...

View Article


Edited 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 taking full use of .NET 4.5.Consider the followings:* Remove...

View Article

Closed Issue: Content type with trailing semi-colon handled incorrectly [829]

Had a tricky issue with a customer using our API (implemented using ASP.Net Web API) where by they were using the application/json content type in their requests, but were accidentally appending a...

View Article

Closed Issue: WebApi Parameter Binding [759]

The WebApi parameter Bindings passes null values to methods when the client fails to specify the content-type i.e. content-type: application/json I would consider this to be a weakness in the WebApi...

View Article

Commented Issue: WebAPI invokes the action with default-valued parameters...

public void Post([FromBody]string item){}Incoming request with a body but no content-type hits the action with a null string parameter and a valid model state. I would expect one of two behaviors:1)...

View Article


Edited Issue: Model-binding collection fails when non-collection property...

Given a collection property named "foos" and another property named "foosBar" on an object being model-bound, because of the implementation of the PrefixContainer (specifically the IsPrefixMatch...

View Article

Edited Issue: Optimizer JS Bundling bug with files that ends and starts with...

Hi,When you bundle two files that the first one ending with one-line comment (//) and the second starts with multiline comment (/* */) the minifier throws an error.For examplea.js```function foo() { //...

View Article


Edited Issue: MediaTypeFormatterTracer doesn't pass MediaTypeMappings to...

The particular issue happens when supporting $format to ODataMediaTypeFormatter. The controller configuration won't work with tracing enabled: public class ODataFormatQueryAttribute : Attribute,...

View Article

Edited Feature: Add json.net support for Delta [777]

Currently Delta<T> only works with the ODataFormatter. It should also work with json serialized from JSON.NET/JavaScript/JsonMediaTypeFormatter. Json is used heavily by web api and various...

View Article


Edited Issue: Disambiguate actions correctly when they are overloaded by Enum...

The details behind this issue can be found here:http://forums.asp.net/post/5102466.aspxEnum types by default are FromUri as it has a TypeConverter from string.

View Article

Edited 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 Article

Edited Issue: Help Pages XmlDocumentationProvider should process class level...

We've got support for parsing comments generated for methods, but not the class. Would be great to also be able to provide class level xml comments.

View Article
Browsing all 7215 articles
Browse latest View live