N. Taylor Mullen
|
64e726d2b2
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:55:25 -07:00 |
Hao Kung
|
4b5dd199ca
|
React to hosting changes
|
2015-03-19 11:07:25 -07:00 |
Doug Bunting
|
3e26142de1
|
Remove use of `Assert.DoesNotThrow()`
- no longer in xunit 😃
|
2014-12-11 15:51:15 -08: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 |
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 |
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 |