aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel
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
..
ActionModelTest.cs Remove IsActionNameMatchRequired 2014-12-31 15:21:50 -08:00
AttributeRouteModelTests.cs Adding IRouteConstraintProvider and supporting it on actions 2014-12-31 14:50:33 -08:00
ControllerModelTest.cs
DefaultActionModelBuilderTest.cs Issue #1754 - Change List to IList in application model 2015-01-06 15:16:04 -08:00
DefaultControllerModelBuilderTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
ParameterModelTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00