Commented 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 ArticleNew Post: dynamic Data Model with WebAPI and ODATA
Hi I'm developing an WebAPI with ODATA. The customers have not exactly the same database-tables. I can't use the same data model at every customer and search a posibility to create dynamic data...
View ArticleNew Post: Release Notes for 5.0.0 RC 1 ?
Hi, where to find the release notes for MVC 5.0.0 RC 1? Wishes, Manfred
View ArticleNew Post: Do Filter-Overrides work in the current RC (MVC 5.0.0 RC 1)
Hi, do Filter-Overrides work in the current RC ? When I try to execute the action-method in the following listing, the DemoActionFilter, which extends FilterAttribute and inherits IActionFilter is...
View ArticleNew Post: Release Notes for 5.0.0 RC 1 ?
Hi Manfred, We're working on the release notes right now - we hope to have them posted very soon. They will be available here: http://www.asp.net/vnext The packages we published were sort of a...
View ArticleNew Post: change view engines after application load
Hi there, I don't believe that this is supported in any simple way - it's not a scenario that we had considered while designing this part of the system. If I had to guess, I think the closest way to...
View ArticleNew Post: change view engines after application load
Damn! Yeah I've managed to cobble together a custom view engine that delegates out to others as you say, but I'm not 100% confident re the caching behaviour of it. I'd love to see some better support...
View ArticleNew Post: feature fequest: IUserStore interface expand by "FindByName(string...
Can team add method, which find user at database by his username? Becouse i dont know his guid id, when i want to use Users.Find((guid userid).ToString()) now i must manually extend my controllers for...
View ArticleCommented Issue: WebSecurity.InitializeDatabaseConnection error message...
If you try to use WebSecurity before initializing it, you get the following error message:"You must call the "WebSecurity.InitializeDatabaseConnection" method before you call any other method of the...
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 ArticleCreated Unassigned: [MvcAttributeRouting]Controller-level route not hitting...
In the following controller, following is the status of requests:GET base/about -> prints "About"GET base/contact-> 404 Not Fount (expected as there is explicit Route attribute)GET derived/about...
View ArticleEdited Unassigned: [MvcAttributeRouting]Controller-level route not hitting...
In the following controller, following is the status of requests:GET base/about -> prints "About"GET base/contact-> 404 Not Found (expected as there is explicit Route attribute)GET base/hello...
View ArticleCreated Unassigned: Multi-controller match in attribute routing returns 404...
When attribute routing finds more than one controller matched an attribute route, it continues and ultimately produces a 404 instead of failing directly with an ambiguity exception (500).
View ArticleCreated Issue: Remove the overloads of MapMvcAttributeRoutes that take...
We should leave it up to the MVC controller factory to determine which controller types are in scope for a given request.
View ArticleCommented Issue: MVC attribute routing: Investigate order behavior and come...
Comments: Consensus is to remove the order property from RouteAttribute in MVC.
View ArticleEdited Unassigned: [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 ArticleSource code checked in, #eb4ba8181bec98d62f07826c4a639525ea00c0e5
Move assembly customizable attributes inside build-generated macro.
View ArticleCommented Issue: Fix the “>” in the Web API OWIN self-host package [1266]
There’s a “>” at the start of the description of the Web API OWIN Self Host package. This is what’s in the nuspec:<summary>>This package allows you to host ASP.NET Web API within your own...
View ArticleEdited Issue: Fix the “>” in the Web API OWIN self-host package [1266]
There’s a “>” at the start of the description of the Web API OWIN Self Host package. This is what’s in the nuspec:<summary>>This package allows you to host ASP.NET Web API within your own...
View Article