AnthonySteele / MvcRouteTester

A library for unit testing ASP MVC route tables for both Web and API Routes
Apache License 2.0
105 stars 43 forks source link

Plans for MVC 6 #65

Open DenisBiondic opened 9 years ago

DenisBiondic commented 9 years ago

Any plans for supporting MVC 6 / ASP.NET 5.0?

AnthonySteele commented 9 years ago

Some time I want to look at this, but be aware that MVC6 has huge changes under the hood, so it would be a successor library not a port and might itself work in a really different way.

The good news is that it would probably be a better library - MVC 6 should be easier to test, and the testing tools more stable - i,e. not broken by every minor version release.

AnthonySteele commented 9 years ago

My first question on the matter is here: https://gist.github.com/AnthonySteele/431724ce0f87046544fe

DenisBiondic commented 8 years ago

Any progress or news?

ivaylokenov commented 8 years ago

@DenisBiondic you can take a look at https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc - it has route testing capabilities. @AnthonySteele you can see the code and write a library that supports only the route testing using the same techniques.