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 |
Hao Kung
|
b6bd7f5d78
|
React to UsePerRequestServices
|
2014-10-09 14:17:04 -07:00 |
Chris Ross
|
85ad1aeb96
|
Handle IBuilder rename to IApplicationBuilder.
|
2014-09-10 14:12:08 -07:00 |
Ryan Nowak
|
9faca78a84
|
Optimize attribute routing link generation
|
2014-08-22 15:28:19 -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 |
Pranav K
|
eccd25bedd
|
Change ThrowIfFaulted to WaitAndThrowIfFaulted
|
2014-08-21 11:55:41 -07:00 |
Pranav K
|
9c4df4606f
|
Modify TemplateRenderer to use ThrowIfFaulted instead of Task.Wait
Fixes #782
|
2014-08-21 08:38:12 -07:00 |
Ryan Nowak
|
8bfb6eb8d5
|
implement a decision-tree-based action selector
|
2014-08-14 15:45:45 -07:00 |