Created Unassigned: [MvcAttributeRouting] Include controller namespace...
__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 ArticleEdited 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 ArticleCreated Unassigned: [MvcAttributeRouting]DefaultControllerFactory mixes...
__Setup__:I have an application where I use both conventional & attributed controllers. I use attributed controller in an area called...
View ArticleEdited Issue: [MvcAttributeRouting]DefaultControllerFactory mixes regular &...
__Setup__:I have an application where I use both conventional & attributed controllers. I use attributed controller in an area called...
View ArticleSource code checked in, #b558932f2bd01b585ad626a6a1d66522816b8a5f
Restore request properties support for ApiController unit testing.
View ArticleCommented Feature: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleCreated Unassigned: [MvcAttributeRouting]Modelbinding of optional parameters...
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 ArticleNew Post: CORS support package not working in Web API 5.0.0-rc1
One question, now when HttpGetAttribute/HttpPostAttribute/HttpPutAttribute/HttpDeleteAttribute no longer take parameters, what should I use instead? Do you have some instructions for the new usage?
View ArticleUpdated Wiki: Contributing
Ways to ContributeIf you would like to contribute, consider these options:Submit a bug report (for a guide on submitting good bug reports, readPainless Bug Tracking).Verify fixes for bugs. Submit a...
View ArticleReopened Issue: Updating webapiclient package for in 2013 RC may break the...
This is a placeholder bug.A customer reported that taking a Web API 2.0 site, and updating the nuget package for web api client succeeded but left the site broken, because the web API 1.0 package was...
View ArticleEdited Issue: Updating webapiclient package for in 2013 RC may break the site...
This is a placeholder bug.A customer reported that taking a Web API 2.0 site, and updating the nuget package for web api client succeeded but left the site broken, because the web API 1.0 package was...
View ArticleSource code checked in, #8080052afce784f1bea21e1d58aee920288448a3
Fix 1282 - MVC, allow attr routing to support 2 controllers with same name in different namespaces.
View ArticleEdited 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 ArticleCommented Issue: [MvcAttributeRouting] Include controller namespace...
__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 ArticleCreated 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 ArticleSource code checked in, #4c15b153811aa5ee74533338ce627a1815790b80
1273 [MvcAttributeRouting] Route attribute should not be inherited
View ArticleCreated 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 ArticleEdited 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 ArticleEdited Issue: [MvcAttributeRouting] Route attribute should not be inherited...
When I use the following controller, I get the below exception:Controller:```public class BaseController : Controller{[Route("base/about", Name="Base.About")] public ActionResult About(){ return...
View ArticleCommented Issue: [MvcAttributeRouting] Route attribute should not be...
When I use the following controller, I get the below exception:Controller:```public class BaseController : Controller{[Route("base/about", Name="Base.About")] public ActionResult About(){ return...
View Article