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

Edited Issue: [MvcAttributeRouting]Attribute routing with ambiguous actions...

``` public class MethodOverloadsController : ResponseStoringController{ [Route("GetAmbiguous")] public string GetAmbiguous(int id){ return "GetAmbiguous_Int";}[Route("GetAmbiguous")] public string...

View Article


Edited Issue: It is not possible to store name of a route in DataTokens when...

Please store route name in DataTokens when using Attribute Routing or pass route name to HttpRouteBuilder.BuildHttpRoute method. Thank you!

View Article


Created Issue: Give ReflectedControllerDescriptor and...

Some cleanup around ReflectedControllerDescriptor:1. Give ReflectedControllerDescriptor and ReflectedAsyncControllerDescriptor a common base class. Today, it's duplicated code. 2. Get rid of...

View Article

Edited Issue: Web API attribute routing should not call actions that are...

Consider the following 2 controllers. One is a Web API controller and the other an MVC controller.```public class ValuesController : ApiController{[System.Web.Http.Route("api/values/{category?}")]...

View Article

Commented Issue: Web API attribute routing should not call actions that are...

Consider the following 2 controllers. One is a Web API controller and the other an MVC controller.```public class ValuesController : ApiController{[System.Web.Http.Route("api/values/{category?}")]...

View Article


Closed Issue: [MvcAttributeRouting] Include controller namespace information...

__Setup__:My application has only attribute routing enabled.__Controllers__:Through the below controllers, I am simulating a user scenario where the user has a controller called HomeController in the...

View Article

Created Unassigned: WebAPI modelbinding int and object containing int [1289]

Preview version of VS2013 new WebAPI project. I got exceptions during modelbinding (i.e. couldn't catch the exception with the debugger), and as far as I can see it comes down to this: public class...

View Article

Edited Unassigned: WebAPI modelbinding int and object containing int [1289]

Preview version of VS2013 new WebAPI project. I got exceptions during modelbinding (i.e. couldn't catch the exception with the debugger), and as far as I can see it comes down to this: public class...

View Article


Commented Unassigned: WebAPI modelbinding int and object containing int [1289]

Preview version of VS2013 new WebAPI project. I got exceptions during modelbinding (i.e. couldn't catch the exception with the debugger), and as far as I can see it comes down to this: public class...

View Article


Commented Unassigned: WebAPI modelbinding int and object containing int [1289]

Preview version of VS2013 new WebAPI project. I got exceptions during modelbinding (i.e. couldn't catch the exception with the debugger), and as far as I can see it comes down to this: public class...

View Article

Edited Unassigned: FormDataCollectionExtensions provides incomplete context...

FormDataCollectionExtensions (CreateActionContextForModelBinding) uses an incomplete HttpControllerContext, with only the configuration set (it calls the unit test-only constructor). Consumers normally...

View Article

Edited Unassigned: CORS AttributeBasedPolicyProviderFactory provides...

When AttributeBasedPolicyProviderFactory provides an HttpControllerContext, it does not include a controller instance, unlike all other controller contexts. Consumers can expect this invariant...

View Article

Edited Issue: Web API attribute routing should not call actions that are...

Consider the following 2 controllers. One is a Web API controller and the other an MVC controller.```public class ValuesController : ApiController{[System.Web.Http.Route("api/values/{category?}")]...

View Article


Commented Issue: Web API attribute routing should not call actions that are...

Consider the following 2 controllers. One is a Web API controller and the other an MVC controller.```public class ValuesController : ApiController{[System.Web.Http.Route("api/values/{category?}")]...

View Article

Created Unassigned: Fix null ref when accessing requestContext [1291]

Need null check for requestContext before caching routeData. RouteData routeData = requestContext.RouteData; if (requestContext != null && routeData != null) See solution in pull request: #4

View Article


Edited Unassigned: Fix null ref when accessing requestContext [1291]

Need null check for requestContext before caching routeData. RouteData routeData = requestContext.RouteData; if (requestContext != null && routeData != null) See solution in pull request: #4...

View Article

Commented Unassigned: Fix null ref when accessing requestContext [1291]

Need null check for requestContext before caching routeData. RouteData routeData = requestContext.RouteData; if (requestContext != null && routeData != null) See solution in pull request: #4...

View Article


Commented Issue: Twitter helper is broken [1088]

Microsoft-web-helpers has a Twitter helper in it. We were using the v1 Twitter API which was deprecated by Twitter recently - https://dev.twitter.com/blog/api-v1-is-retiredWe’ll need to change the...

View Article

Edited Issue: Fix null ref when accessing requestContext [1291]

Need null check for requestContext before caching routeData. RouteData routeData = requestContext.RouteData; if (requestContext != null && routeData != null) See solution in pull request: #4...

View Article

Commented Issue: Fix null ref when accessing requestContext [1291]

Need null check for requestContext before caching routeData. RouteData routeData = requestContext.RouteData; if (requestContext != null && routeData != null) See solution in pull request: #4...

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>