Commented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCreated Unassigned: OData Web API expression build for $select on entity...
1. Create an IEdmModel that that has an entity in which a structural property that is nullable = false is added:EdmModel model = new EdmModel();EdmEntityContainer container = new...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleEdited Unassigned: OData Web API expression build for $select on entity...
1. Create an IEdmModel that that has an entity in which a structural property that is nullable = false is added:EdmModel model = new EdmModel();EdmEntityContainer container = new...
View ArticleEdited Feature: Support Url.Content("~/") [1082]
In Web API, there's currently no way to create a link to a path under the app's virtual root. The solution is probably something like:UrlHelper.Content("~/<path>");
View ArticleCommented Issue: Fix for issue in...
I'm using Castle Windsor to do various AOP stuff in my web application. I'm having an issue with a controller action method with an optional parameter with a default value:public virtual ActionResult...
View ArticleCommented Issue: Fix for issue in...
I'm using Castle Windsor to do various AOP stuff in my web application. I'm having an issue with a controller action method with an optional parameter with a default value:public virtual ActionResult...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCommented Issue: Provide HttpDirectRoute constructor which accepts...
__Scenario__: User likes to register a per-route message handler for the Delete Customer action in the following controller.```[RoutePrefix("api/Customers")]public class CustomersController :...
View ArticleCommented Issue: Provide HttpDirectRoute constructor which accepts...
__Scenario__: User likes to register a per-route message handler for the Delete Customer action in the following controller.```[RoutePrefix("api/Customers")]public class CustomersController :...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCommented Issue: Support case-insensitive property names in OData queries [366]
For OData $filter/$sort queries, our output could potentially different casings vs. the model. In this scenario the query parsing will fail.For example, if my model has a "Name" property but my JSON...
View ArticleEdited Feature: Add OData Function Support [881]
Just like with actions, please add support for OData Functions. These are easy to implement with WebApi but it is very difficult to advertise the functions in the metadata since webapi odata currently...
View ArticleCreated Unassigned: Model validation does not fail when validation attribute...
__Repro Steps__* Create webapi2 project* Create a simple class with validation attribute on a fieldpublic class Person{ public int Id { get; set; }[StringLength(4)] public string MyName; public string...
View ArticleCommented Unassigned: Model validation does not fail when validation...
__Repro Steps__* Create webapi2 project* Create a simple class with validation attribute on a fieldpublic class Person{ public int Id { get; set; }[StringLength(4)] public string MyName; public string...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View ArticleEdited Issue: Fix for issue in...
I'm using Castle Windsor to do various AOP stuff in my web application. I'm having an issue with a controller action method with an optional parameter with a default value:public virtual ActionResult...
View ArticleCommented Task: User.Identity Changed In Between Messagehandler and...
I set the current user to a ClaimsIdentity in a WebAPI Messagehandler derived from DelegateHandler, and retrieve the username and user id from the controller. It used to work quite fine. Now something...
View Article