aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Doug Bunting 6df288bce7 Correct StyleCop violations
- StyleCop working again (handles C# 6.0 additions) though only locally for me
- disable some new rules:
 - ConstFieldNamesMustBeginWithUpperCaseLetter
 - InstanceReadonlyElementsMustAppearBeforeInstanceNonReadonlyElements
 - StaticReadonlyElementsMustAppearBeforeStaticNonReadonlyElements
 - StaticReadonlyFieldsMustBeginWithUpperCaseLetter
 - PrefixCallsCorrectly
- correct remaining violations
 - lots of long lines for example
 - use more `var`; some manual updates since StyleCop doesn't check seemingly-unused blocks

nit: remove new trailing whitespace (was paranoid about adding it w/ fixes)
2015-01-06 16:23:57 -08:00
..
BindAttributeController.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
CompositeTestController.cs
FromAttributesController.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
FromHeader_BlogController.cs Fix for #1671 - Adding [FromHeader] attribute 2014-12-08 11:42:57 -08:00
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs Adding support for ModelMetadataAttribute in core. 2014-12-05 12:00:19 -08:00
ModelBinderAttribute_ProductController.cs Fix build break 2014-12-05 12:24:19 -08:00
PropertiesGetCreatedController.cs
RoundtripController.cs
TryUpdateModelController.cs
VehicleController.cs Adding additional functional tests for ModelBinding 2014-12-16 12:25:37 -08:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs