N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Kiran Challa
c276ddaa39
Added support for validation of Required attributes in case of XmlDataContractSerializerInputFormatter
2015-02-23 23:15:48 -08:00
Kiran Challa
e5176d22f6
[Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T>
2015-01-30 18:10:01 -08:00
Kirthi Krishnamraju
cbed666cba
Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite
2015-01-27 15:56:49 -08:00
Kirthi Krishnamraju
e41e5066f9
Added support for TryValidateModel and its corresponding tests
2015-01-16 17:23:59 -08: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
sornaks
4c951cc635
Issue #1081 - XML DataContract Formatter can fail to write when instance type != declaredType.
...
Adding Functional tests appropriately.
2014-09-19 15:01:49 -07:00
harshgMSFT
313a537ea1
Adding ModelStateError if there is no input formatter selected.
2014-08-22 16:52:58 -07:00
sornaks
b9f1586008
Changes to introduce CanWriteResult for Xml OutputFormatters.
2014-08-20 11:09:09 -07:00
sornaks
cee73c0af3
1. Introducing XML Input Formatters.
...
2. Adding DelegatingStream class
3. Unit + Functional tests for formatters.
2014-07-29 15:04:23 -07:00