Skip to content

Tags: lencharest/WebApi

Tags

v5.8-beta

Toggle v5.8-beta's commit message
Issue OData#560 : Unnecessary casts in expression when querying prope…

…rties of the base class for the inheritor

v5.7.0

Toggle v5.7.0's commit message
Add E2E xUnit Runner extension to Nuget

v5.7.0-rc

Toggle v5.7.0-rc's commit message
Need to resolve public Api review comments OData#460

v6.0.0-alpha1

Toggle v6.0.0-alpha1's commit message
Upgrade version to 6.0.0-alpha1

v5.6

Toggle v5.6's commit message
Add E2E Test for DynamicProperty Issue OData#330 PR OData#350

v5.5.1

Toggle v5.5.1's commit message
Revert the related fix in 5.5.0

v5.5

Toggle v5.5's commit message
Allow enum properties to be keys. OData#138

v5.4

Toggle v5.4's commit message
Fix Build Issues for TFS Build

v2.0.4

Toggle v2.0.4's commit message
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()`