Commit 9010435
committed
Removed route extensions for .Net Core
Both `RouteCollection_Extensions` and `RouteValueDictionary_Extensions` rely on things that were heavily modified for Asp.Net Core. It's really complex to rewrite them and it will need some thinking.
Moreover, I'm not completely conviced it it still usefull, as route information can be tested in a simpler way, cf: https://github.com/aspnet/Mvc/blob/6.0.0-rc1/test/Microsoft.AspNet.Mvc.FunctionalTests/RoutingTests.cs1 parent fb9cd60 commit 9010435
File tree
2 files changed
+6
-2
lines changed2 files changed
+6
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
0 commit comments