Ryan Nowak
|
f7d9271d71
|
Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/Mvc into dotnet-maestro-bot-merge/release/2.2-to-master
|
2018-09-06 16:09:34 -07:00 |
Simon Cropp
|
b156dee4f1
|
Fix some spelling (#8378)
|
2018-09-06 07:39:01 -07:00 |
Pranav K
|
1dba6dfcc8
|
Merge remote-tracking branch 'origin/release/2.2'
|
2018-09-05 16:59:37 -07:00 |
Ryan Nowak
|
1128bd572c
|
Add a functional test for middleware after routing
It came up during routing discussions that we don't have any tests for
this scenario.
|
2018-08-30 14:51:56 -07:00 |
James Newton-King
|
927e7c8bfc
|
Support route data tokens with Endpoint Routing (#8360)
|
2018-08-30 15:14:34 +12:00 |
Ajay Bhargav Baaskaran
|
4d98ea801e
|
Test basic link generation in Razor pages in both regular and endpoint routing
|
2018-08-29 15:50:53 -07:00 |
Pranav K
|
8eea0ad44c
|
Update tests to latest compat switch
|
2018-08-23 08:09:02 -07:00 |
Doug Bunting
|
0d427a60e5
|
Use `TheoryData` properties to avoid duplicate test data
- couldn't just remove duplicate `[TheoryData]` in `GlobalRoutingTest`
- xUnit analyzers don't understand `[InlineData]` is inherited (though runtime certainly does)
|
2018-07-26 10:12:50 -07:00 |
Ryan Nowak
|
b71d5da05e
|
Fix test break due to 405 returned from routing
|
2018-07-24 22:15:32 -07:00 |
James Newton-King
|
c08504b08a
|
MVC startup experience (#8131)
|
2018-07-25 14:30:51 +12:00 |
James Newton-King
|
c367e1d681
|
Fix dispatching functional tests not using dispatching startup (#8052)
|
2018-07-12 14:19:48 +12:00 |
James Newton-King
|
183ecd85d6
|
Fix MVC integration with UseEndpoint (#8047)
|
2018-07-11 11:47:33 +12:00 |
James Newton-King
|
58aa16ee69
|
Centralize routing and dispatching functional test logic (#7938)
|
2018-06-19 23:24:15 +12:00 |