Tags: agussang/AspNetWebStack
Tags
Merge pull request aspnet#146 from Tasteful/response-desciptor Initialize property ApiDescription.ResponseDescription in ctor
Do not include compiler-generated names in expression names - aspnet#117 - see also aspnet/Mvc@a045324d3a and PR aspnet/Mvc#3027, the fix for aspnet/Mvc#2890 nits: copy some improved comments from aspnet/Mvc@a045324d3a
Isolate `MediaTypeFormatterTests.MaxCollectionKeySize_RoundTrips` - in recent CI run, another test failed because `MediaTypeFormatter.MaxHttpCollectionKeys == 1` temporarily - also left `MediaTypeFormatter.MaxHttpCollectionKeys == 125` which could affect later tests
Add `ModelMetadata.HtmlEncode` property - use new `ModelMetadata.HtmlEncode` property in HTML helpers - conditionally in default HTML display and editor object templates (e.g. `@Html.DisplayFor()`) when value is non-null and the template is invoked with template depth greater than 1 - unconditionally in `@Html.DisplayText()` and `@Html.DisplayTextFor()`
Add `ModelMetadata.HtmlEncode` property - use new `ModelMetadata.HtmlEncode` property in HTML helpers - conditionally in default HTML display and editor object templates (e.g. `@Html.DisplayFor()`) when value is non-null and the template is invoked with template depth greater than 1 - unconditionally in `@Html.DisplayText()` and `@Html.DisplayTextFor()` - test new property and its use Also test `DisplayTextExtensions` - unit test gap
Upgrade ODataLib version from 6.7.0 to 6.8.0 Here's the annuncement of ODataLib 6.8.0 release: http://blogs.msdn.com/b/odatateam/archive/2014/09/28/announcement-odatalib-6-8-0-release.aspx
PreviousNext