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
07fabde92a
Part 3 of #2776 - revert a6ce9abab1 and add
...
some more tests.
This change reverts the behavior change from
a6ce9abab1 and adds more tests around the
scneario that was actually broken.
The right behavior is that unconvertable values result in a validation
error. There's no special behavior around value types and required values.
2015-08-16 16:20:44 -07:00
Ryan Nowak
a6ce9abab1
Fix #2776 - Add implicit [BindRequired] for value type properties
2015-08-13 15:35:54 -07:00
Ryan Nowak
12ceb6ae1c
React to DI namespace change part 3.
2015-08-11 15:44:47 -07:00
Ryan Nowak
4b3bac9dbb
Fix #2874 part 1 - XML formatter support for IMvcBuilder
2015-08-07 08:26:27 -07:00
Troy Dai
a7d717d19c
Update CoreCLR versions
2015-08-05 09:35:37 -07:00
Ryan Nowak
fe52c0c0cb
React to removal of Authentication
2015-07-08 15:52:17 -07:00
Ryan Nowak
e985fa5d42
Split up MVC.Extensions into smaller packages
...
Startup.cs API experience to follow in a separate change. This change just
gets the bulk of the code churn out of the way.
2015-07-06 23:41:22 -07:00