Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Net.Http.OData 5.0.1

Compare
Choose a tag to compare
@TrevorPilley TrevorPilley released this 06 Apr 10:54
· 28 commits to master since this release
fe3abd5

This release contains the following:

Fixes

#3 - Boolean values in the CSDL which are calculated are cased incorrectly
#4 - NaN, INF and -INF are not handled
#8 - HTTP 406 Not Acceptable should be used instead of 415 Media Type Not Supported when validating ACCEPT header

Enhancements

#5 - Add additional unit tests based upon the ABNF test cases
#6 - Implement caching for PropertyPaths
#7 - Optimise the token definitions in Lexer

API Changes

ODataError

+static ODataException NotAcceptable(string message)

view code changes