Created Unassigned: [AttributeRouting]Parsing error when using paranthesis in...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View ArticleEdited Unassigned: [AttributeRouting]Parsing error when using paranthesis in...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View ArticleEdited Unassigned: [AttributeRouting]Parsing error when using paranthesis in...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View ArticleCreated Unassigned: [AttributeRouting]Provider ability for user to specify...
Currently the datetime constraint accepts datetime in the format "mm-dd-yyyy" (btw, hyphen is not mandatory, can have '.' too as a separator), it would be useful if we provide a way for user to specify...
View ArticleCreated Unassigned: [AttributeRouting]Improve experience of registering...
Following is an example of how one can achieve per-route message handlers. We should see if we can improve the experience of this.Scenario: Register a per-route message handler for the Delete Customer...
View ArticleEdited Issue: [CORS] Preflight request to OData endpoint failed because...
Bug #1: Preflight request to OData endpoint failed because ambiguous action methods.ReproOn server, set up a simple CORS supported OData endpoint providing functionality of creating entity. For...
View ArticleEdited Issue: [CORS] Put EnableCors under namespace System.Web.Http [913]
The HttpConfiguration extension EnableCors is under namespace System.Web.Http.Cors in recent build. As a result, to enable cors in WebApiConfig you need to include 'using System.Web.Http.Cors'.In...
View ArticleEdited Issue: [CORS] Make System.Web.Http.Cors.Tracing.TraceCategories public...
System.Web.Http.Tracing.TraceCategories is public, so should be CORS.It allows easier tracing code when filtering category is needed.
View ArticleEdited Task: Update System.Net.Http.Formatting Portable library to use...
We need to update these before we ship.
View ArticleEdited Issue: ModelMetadata.SimpleDisplayText throws NullReferenceException...
ASP.NET MVC v3 or earlier:_ModelMetadata.SimpleDisplayText_ throws _NullReferenceException_ if the Model represents a complex object and it's overridden ToString() return...
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 ArticleEdited Issue: Web Tools 2012.2 RC: Unable to Add a Controller with read/write...
SUMMARYThere seems to be a Web Tools 2012.2 RC regression while adding Controllers with EF CRUD support. The following scenario works as expected without Web Tools refresh.ENVIRONMENT INFOMicrosoft...
View ArticleEdited Issue: ODataMediaTypeFormatter is case sensitive causing error during...
I receive the error below when accessing my People Feed at: http://localhost:51155/api/peopleIf I capitalize 'People' ie: http://localhost:51155/api/People, it works just fine.<m:error...
View ArticleEdited Issue: Enable FxCop for System.Net.Http.Formatting.NetCore [614]
It currently doesn't pass CodeAnalysis (and CodeAnalysis is disabled project-wide).
View ArticleEdited Issue: [Routing] ApiController: Selection of Actions by verb should...
Actions with ActionName attribute should not be invoked by verb inference if RouteData does not include {action}.If a request arrives at an ApiController without an {action} parameter being set in the...
View ArticleClosed Unassigned: [AttributeRouting]Provide ability for user to specify date...
Currently the datetime constraint accepts datetime in the format "mm-dd-yyyy" (btw, hyphen is not mandatory, can have '.' too as a separator), it would be useful if we provide a way for user to specify...
View ArticleReopened Unassigned: [AttributeRouting]Provide ability for user to specify...
Currently the datetime constraint accepts datetime in the format "mm-dd-yyyy" (btw, hyphen is not mandatory, can have '.' too as a separator), it would be useful if we provide a way for user to specify...
View ArticleClosed Unassigned: [AttributeRouting]Provide ability for user to specify date...
Currently the datetime constraint accepts datetime in the format "mm-dd-yyyy" (btw, hyphen is not mandatory, can have '.' too as a separator), it would be useful if we provide a way for user to specify...
View ArticleClosed Unassigned: [AttributeRouting]Improve experience of registering...
Following is an example of how one can achieve per-route message handlers. We should see if we can improve the experience of this.Scenario: Register a per-route message handler for the Delete Customer...
View ArticleEdited Issue: [AttributeRouting]Parsing error when using paranthesis in the...
For the following action:Note: the default value is a guid enclosed { , } characters.```[HttpGet("ForGuids/v3/{id:guid={6A9B7F3B-ED68-4759-ABBA-959ED47EB326}}")] public string ForGuids(Guid id){ return...
View Article