Commented 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 ArticleCreated Issue: Fix FxCop violations for Microsoft.AspNet.Mvc.Facebook...
The facebook assembly is not currently running with the Strict ruleset for code analysis like the rest of our product assemblies.This...
View ArticleCreated Issue: Add a User property to HttpActionContext [861]
For controller actions we provide a User property on ApiController. We should also have a User property on HttpActionContext for authorization filters.
View ArticleClosed Task: MQ: xUnit.net: No timeouts when debugging [812]
XUnit: Don't timeout when a debugger is attached.Comments: Done: http://aspnetwebstack.codeplex.com/SourceControl/changeset/b2ed65aea577
View ArticleReopened Task: MQ: Merge Extensions.sln into Runtime.sln [809]
Note that this task is blocked on v4.0 OOB RTM shipping/branching first.
View ArticleEdited Task: MQ: Merge Extensions.sln into Runtime.sln [809]
Note that this task is blocked on v4.0 OOB RTM shipping/branching first.
View ArticleClosed Task: MQ: Merge Extensions.sln into Runtime.sln [809]
Note that this task is blocked on v4.0 OOB RTM shipping/branching first.
View ArticleCreated Issue: Web Api Tracing hides exception context [862]
I have an exception that is being thrown, but the context information for the exception is being lost in the traceAction provided to ITraceWriter.Trace(). This happens because...
View ArticleClosed 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 ArticleEdited Feature: Add BSON support for Json.NET MediaTypeFormatter [241]
I'm so happy to see Json.NET being baked into Web API, however, I still have to write my own custom MediaTypeFormatter to support Bson. Json.NET supports this very easily using the same...
View ArticleCreated Issue: Html.HiddenFor helper and multiple forms on view [863]
HelloI found an issue with using Html.HiddenFor helper on views with more than one HTML forms.When we have a collection on the main view and trying to render partial view with HTML form for each...
View ArticleCreated Issue: Rethrow the exception loses the exception stack [864]
In our System.Web.Http.WebHost.HttpControllerHandler.EndProcessRequest(), we will rethrow some exception if task is fauled or cancelled. Unfortunately, this rethrow hides the original exception stack....
View ArticleEdited Issue: OutputCacheAttribute CacheProfile use for RenderAction scenario...
If you have an action that you call with RenderAction that has an attribute like this:[OutputCache(CacheProfile="foo")]and in web.config you've set up that profile to include the required VaryByParam...
View ArticleCommented Issue: OutputCacheAttribute CacheProfile use for RenderAction...
If you have an action that you call with RenderAction that has an attribute like this:[OutputCache(CacheProfile="foo")]and in web.config you've set up that profile to include the required VaryByParam...
View ArticleCommented Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCommented Issue: Dictionary model binder throws exception when no values...
This was working fine in MVC 3, I'm not sure if this is an intended change or not.In MVC4, the model binder cannot properly bind a Dictionary<> if the form was submitted with no values. Consider...
View ArticleCommented Issue: Multiple DisplayModes - Caching error, will show wrong View...
HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...
View ArticleCommented Issue: Dictionary model binder throws exception when no values...
This was working fine in MVC 3, I'm not sure if this is an intended change or not.In MVC4, the model binder cannot properly bind a Dictionary<> if the form was submitted with no values. Consider...
View ArticleCommented Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCreated Issue: ApiExplorer not providing descriptions for route parameters...
For the following ValuesController and default Web API route, the help page is getting generated as expected.public class ValuesController : ApiController{// GET api/values public...
View Article