aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Description
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
..
DefaultApiDescriptionProviderTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00