Ryan Nowak
4939181075
Fix #2528 - Revert formatter behavior for [Required]
...
This change removes the support in the DCS formatter to issue an error
message when [Required] is used on a value type.
2015-05-12 11:17:31 -07:00
Ryan Nowak
39fe063aee
Fix #2330 - Reimagine *FormatterContext
...
This change simplifies InputFormatterContext/OutputFormatterContext by
swapping ActionContext for HttpContext.
This change is important especially for InputFormatterContext as it
decouples ModelState from ActionContext - allowing us to fix a
related bug where the _wrong_ ModelState can be passed in for a
TryUpdateModel operation.
2015-05-12 11:05:56 -07:00
N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Kiran Challa
9a6f8b392d
[ Fixes #852 ] XmlDictionaryReader.CreateTextReader overload which supports Encoding is missing
2015-03-19 17:33:20 -07:00
Kiran Challa
c276ddaa39
Added support for validation of Required attributes in case of XmlDataContractSerializerInputFormatter
2015-02-23 23:15:48 -08:00
Ryan Nowak
9d5364cf9b
Removing ModelMetadata.Model
2015-02-23 19:56:59 -08:00
Ajay Bhargav Baaskaran
d236d4ffde
Added CanReadType to InputFormatter
2015-02-19 13:06:36 -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
Anthony Sneed
1118315a9d
[ Resolves #1887 ] XmlDataContractSerializer Input and Output Formatter Tests Cleanup.
2015-01-30 10:02:33 +01:00