aspnetcore/test/WebSites/FormatterWebSite/Models
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
..
DerivedDummyClass.cs Issue #1081 - XML DataContract Formatter can fail to write when instance type != declaredType. 2014-09-19 15:01:49 -07:00
Developer.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
DummyClass.cs Issue #1081 - XML DataContract Formatter can fail to write when instance type != declaredType. 2014-09-19 15:01:49 -07:00
ErrorInfo.cs Adding ModelStateError if there is no input formatter selected. 2014-08-22 16:52:58 -07:00
Person.cs
User.cs Issue #452: Changes to enable validation for objects generated by InputFormatters. UnitTests + FunctionalTests for the same. 2014-10-06 16:29:56 -07:00