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 |
Hao Kung
|
448ac5a0dc
|
React to options and hosting changes
|
2014-10-14 19:20:28 -07:00 |
SonjaKhan
|
0f5bbdf417
|
updating ILogger, see aspnet/Logging#3
|
2014-10-14 10:25:01 -07:00 |
YishaiGalatzer
|
9de86892a7
|
Cleanup namespaces and Task.FromResult
|
2014-10-02 11:49:44 -07:00 |
Pranav K
|
646c0d704d
|
Limit the maximum number of Model errors to a reasonable value.
Fixes #490
|
2014-09-16 09:57:00 -07:00 |
sornaks
|
791518d44d
|
Issue #347: Throw a better exception when the user didn't add the MVC services.
Introducing MarkerService for identifying if MvcServices were added.
|
2014-08-21 13:59:52 -07:00 |
Ryan Nowak
|
3770906c3b
|
Issue #862 Extensibility for action invoker
|
2014-08-14 13:25:52 -07:00 |
Ben Brown
|
01f5fec210
|
Added Logging to Mvc
|
2014-08-01 15:33:47 -07:00 |