Harsh Gupta
ac908d405e
Removing ModelMetadataProvider.GetModelMetadataForParameters
2015-03-19 16:42:54 -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
N. Taylor Mullen
c1a026cbf7
Update .kproj => .xproj.
2015-03-11 14:01:43 -07:00
N. Taylor Mullen
1d578ca2fd
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 12:56:42 -07:00
N. Taylor Mullen
e829ba7646
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:52:24 -07:00
Harsh Gupta
e0f7c1b810
Fixing Readme
2015-02-19 10:20:16 -08: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
Harsh Gupta
106b9fc30c
Adding proper descriptions in readme.md files for functional tests.
2015-01-15 11:12:48 -08:00
Ryan Nowak
0a473b0600
Remove ParameterModel.IsOptional
...
The ParameterModel and ParameterDescriptor have had a notion of
optionality for a while now, even though all parameters are treated as
'optional' in MVC.
This change removes these settings. Optionality for overloading in webapi
compat shim is reimplemented via a new binder metadata.
2015-01-06 15:22:13 -08:00
Ryan Nowak
e65218d6df
Adding servers and wwwroot folder to test websites
...
Adding dependencies and commands for iis, web listener and khestrel to each
site.
Each website comes with a readme.md to 'anchor' the otherwise empty
folder. We have another work item tracking adding content to these.
Once VS sees a project with a wwwroot, it wants to assign a port for iis,
so I let it.
2014-12-10 14:16:11 -08:00
Victor Hurdugaci
99b5f430ff
Add schema version to kproj files
2014-11-25 10:57:58 -08:00
Doug Bunting
f7ef604b86
Regenerate .kproj files
...
- does not seem to have a negative impact
- e.g. sample web projects run / debug fine
2014-11-04 22:41:53 -08:00
Ryan Nowak
0a3ad09466
Rename GlobalModel -> ApplicationModel
...
This also comes with a rename of the namespace
Microsoft.AspNet.Mvc.ApplicationModel to
Microsoft.AspNet.Mvc.ApplicationModels.
Also tuned up some parameter and variable names for increased
understandability.
2014-10-23 16:03:55 -07:00
Hao Kung
448ac5a0dc
React to options and hosting changes
2014-10-14 19:20:28 -07:00
Pranav K
b19764d922
Reacting to CLR package versioning changes
2014-10-10 10:34:01 -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