aspnetcore/test/WebSites/RoutingWebSite
Stephen Halter a21ed4bc51 Replace calls to GetService<T> with GetRequiredService<T>
Even though GetService<T> still exists, GetRequiredService<T> preserves
the old behavior of throwing for missing services.
2014-10-16 14:51:41 -07:00
..
Areas
Controllers [Fixes #739] Attribute Routing: Multiple routes per-action 2014-09-12 14:43:19 -07:00
CountryNeutralAttribute.cs Implement RouteKeyHandling.CatchAll 2014-08-14 15:59:09 -07:00
CountrySpecificAttribute.cs Implement RouteKeyHandling.CatchAll 2014-08-14 15:59:09 -07:00
HttpMergeAttribute.cs [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
RoutingWebSite.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
Startup.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
TestResponseGenerator.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
project.json Fixed up references 2014-10-05 13:24:00 -07:00