Edited Issue: PushstreamContent in Win8 App is not working [324]
I am hitting an issue with using PushStreamContent in the Windows store app. I don’t see the same issue in the traditional console app though. It’s a simple scenario where I am ‘POST’ing some small...
View ArticleSource code checked in, #a194c62ef5a6d9e84959a8b31a2a77bbbef2adc8
Create interface from DirectRouteBuilder for future extensibility.
View ArticleEdited Issue: [HelpPage]Null ref exception when using UriPathExtensionMapping...
_Scenario_:I am trying to use UriPathExtensionMapping in my app so that I can request response in json or xml by using uri rather than accept header when i am using a browser._Issue_: Help page UI...
View ArticleEdited Unassigned: Web API OData Error: The complex type 'S' refers to the...
I am testing building an OData feed with ASP.NET WebAPI in Visual Studio 2013. I am using the following versions:* .NET 4.5* Entity Framework 6.0.2-beta1* ODataLib 5.6.0I am getting the following error...
View ArticleEdited Unassigned: Limitations on Orderby don't work [1474]
When you set some properties as unorderable, they don't get respected unless you add at least a property in the AllowedOrderByProperties property of the ODataQueryOptions instance.
View ArticleEdited Unassigned: Projection and $expand results in The argument to...
When exposing an OData service with a 'projected' DTO model, $expand on a To-One relationship throws a "The argument to DbIsNullExpression must refer to a primitive, enumeration or reference type."...
View ArticleEdited Unassigned: Parsing the generated KeyValue in the KeyValuePathSegment...
We are parsing the generated key-value in the KeyValuePathSegment. This should be done lazily for performance
View ArticleEdited Unassigned: KeyValueParser doesn't handle '=' properly [1458]
When trying to parse the a key whose value is '=', KeyValueParser fails.
View ArticleEdited Unassigned: metadata is not exposed correctly for properties with...
Create a model with an entity and some properties.Limit anyone of them.Query the $metadata url.The metadata doesn't expose the limitation on the vocabulary for the property.
View ArticleCreated Issue: Remove no-arg constructors for Exception*Context [1485]
We think the no-arg constructors on ExceptionHandlerContext and ExceptionLoggerContext are a little misleading. We could add constructors that take the minimum properties (exception/catch block) and...
View ArticleNew Post: How to create a custom One ASP.NET project template?
Hi Koistya, I'm not sure if the dialog is currently extensible but I think that the team that owns it is working on enabling that scenario. I've forwarded this thread to them so that they can comment....
View ArticleCreated Feature: Support HTML optgroup in DropDownList [1486]
HTML has an optgroup tag that can be used in a select element; this is supported in all major browsers. Until now, the ASP.NET DropDownList offers no support for this. The way I see it, there are two...
View ArticleCreated Unassigned: Support "this" context for ajax actions/forms [1487]
Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLSIn handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting element....
View ArticleEdited Feature: Support "this" context for ajax actions/forms [1487]
Copied from: https://aspnet.codeplex.com/workitem/10335, opened by: AaronLSIn handlers such as OnSuccess for Ajax.BeginForm or Ajax.ActionLinkl, there is no way to determine the submitting element....
View ArticleCreated Unassigned: Please make QueryFilterProvider.GetFilters virtual [1488]
It makes it simpler to use in derived classes. The scenario we are looking as is adding a query "companion" attribute and overriding GetFilters would make this much simpler.
View ArticleEdited 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 ArticleCommented 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 ArticleCommented Task: Refactor attribute routing extensibility to allow decoupling...
Currently, some of the attribute routing extensibility points use names that make more sense for other extensibility points we'd like to introduce (around decoupling attribute routing from attributes;...
View Article