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 |
Hao Kung
|
448ac5a0dc
|
React to options and hosting changes
|
2014-10-14 19:20:28 -07:00 |
Pranav K
|
b19764d922
|
Reacting to CLR package versioning changes
|
2014-10-10 10:34:01 -07:00 |
Hao Kung
|
b6bd7f5d78
|
React to UsePerRequestServices
|
2014-10-09 14:17:04 -07:00 |
sornaks
|
a88f59fc49
|
Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context.
|
2014-10-06 20:21:55 -07:00 |
David Fowler
|
5890b5b254
|
Fixed up references
|
2014-10-05 13:24:00 -07:00 |
jacalvar
|
8802c831a0
|
[Fixes #1155] Added functional tests to cover common versioning scenarios.
|
2014-10-03 19:00:24 -07:00 |