Pranav K
|
f57e180971
|
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
|
2015-10-03 15:44:53 -07:00 |
Pranav K
|
3a876e387f
|
Replacing NotNullAttribute with thrown exceptions
|
2015-10-01 06:19:18 -07:00 |
Ryan Nowak
|
b95dcd5f1c
|
Fix #3102 - Add an AddMvcOptions to builders
This makes it easier/possible for any third party code that extends
IMvcBuilder to set options.
|
2015-09-21 12:54:59 -07:00 |
Ryan Nowak
|
229724c4ea
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
Ryan Nowak
|
9d89a8cac3
|
Homogenize MVC startup code patterns
Use builder APIS for both AddMvc() and AddMvcCore()
Change various API patterns to all use .AddXyz(...) off of one or both of
these builders.
|
2015-08-16 18:48:24 -07:00 |
Ryan Nowak
|
a1a6be06b6
|
React to namespace change in DI part 2.
|
2015-08-11 14:30:07 -07:00 |
Ryan Nowak
|
48bfdceea6
|
Add basic startup experience for MVC.Core
|
2015-07-08 17:16:07 -07:00 |