Pranav K
f57e180971
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:53 -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
N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Doug Bunting
fc1017fba8
Quick fixes: Clean up test code
...
- remove useless `configuration` variables and `Configuration` instances
- remove "Review" code comment
- unintentionally included in commit 4b5dd19
- reduce repeated code in `TestHelper` for functional tests
- `CreateServer()` methods had duplicate code, an ambiguous match, and an odd order
- rename `GetTestConfiguration()` to `UseCultureReplacer()` in functional tests
2015-03-24 13:42:27 -07:00
Hao Kung
4b5dd199ca
React to hosting changes
2015-03-19 11:07:25 -07:00
Kiran Challa
f06007d428
[ Fixes #2156 ] Remove IConfiguration from AddMvc
2015-03-14 00:02:53 -07:00
Yishai Galatzer
bcbbc58515
Api cleanup (remove List and Dictionary in favor of IList and IDictionary)
...
from the public surface copy header values on registration.
Make a copy of the mediatypeheader value in FormatterMappings so it's
really immutable.
2015-02-16 18:19:55 -08:00
sornaks
d2c3985cd6
Issue #1445 - Cleanup on MvcOptions.ApplicationModelConventions.
2015-02-10 13:17:19 -08:00
Ajay Bhargav Baaskaran
8e85d53c88
Provided a way to add data to ActionDescriptor from ApplicationModel.
...
- Added Properties to Action, Controller and Application model
- Added relevant tests
2015-01-26 15:20:02 -08:00
Pranav K
071c697318
Modify BuilderExtensions.UseMvc to not add any routes by default
...
Fixes #1879
2015-01-23 16:51:38 -08: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
sornaks
a88f59fc49
Issue #1176 : Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context.
2014-10-06 20:21:55 -07:00