Open DenisBiondic opened 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.
My first question on the matter is here: https://gist.github.com/AnthonySteele/431724ce0f87046544fe
Any progress or news?
@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.
Any plans for supporting MVC 6 / ASP.NET 5.0?