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 |
David Fowler
|
34add2249e
|
Updated to use the new target framework in project.json
|
2014-09-04 02:02:40 -07:00 |
Pranav K
|
cca78bb055
|
Adding support for ActivateAttribute via IControllerActivator
This mechanism replaces code in Inject that activated properties
by looking them up by names.
|
2014-06-23 11:00:28 -07:00 |