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 |
Stephen Halter
|
54ac14fa0f
|
IServiceProvider.GetService now returns null for missing services
Previously GetService would throw if the requested service was missing.
This commit updates MVC to account for the change in behavior.
|
2014-10-16 14:51:34 -07:00 |
Chris Ross
|
85ad1aeb96
|
Handle IBuilder rename to IApplicationBuilder.
|
2014-09-10 14:12:08 -07:00 |
Ryan Nowak
|
0d7f38e10e
|
Commonize code to limit functional tests to a single site each
|
2014-06-25 09:00:34 -07:00 |