N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Kirthi Krishnamraju
2b246e7acc
Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters
2015-03-20 10:41:06 -07:00
Kiran Challa
00b61ec1e6
[Partial fix for #1372 ]Added SimpleTypesExcludeFilter to exlcude validation on simple types and also added tests to cover scenarios.
2014-12-03 14:09:51 -08:00
Doug Bunting
315908af5f
Apply VS' FormatDocument and RemoveAndSort to all *.cs files
...
- #EngineeringDay
- VS does not yet format auto-properties nicely; reverted what it did
Also revert changes under
- test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles
2014-11-20 21:15:46 -08:00
Harsh Gupta
6b2f331e8d
Adding support for excluding types for validation, based on type names for body bound models.
2014-11-06 11:00:50 -08:00
sornaks
53379e4395
Issue #1206 - DefaultBodyModelValidator throws if get accessor throws.
...
Fix: The MvcOptions takes in a list of ExcludeFromValidationDelegate (Func<Type,bool>). This func verifies if the type is excluded in validation or not.
2014-10-16 16:09:30 -07:00
sornaks
f1c1549267
Issue #452 : Changes to enable validation for objects generated by InputFormatters. UnitTests + FunctionalTests for the same.
2014-10-06 16:29:56 -07:00