Features
- OData v4 Client Code Generator now supports the generation of properties whose type, functions whose parameter types and return type are Edm.TimeOfDay or Edm.Date.
- OData v4 Client Code Generator generates one more ByKey method for each EntityType, which directly accepts all keys as parameters instead of a dictionary.
Bug Fixes:
- Fix a bug that OData v4 Client Code Generator may generate empty ExtensionMethods class.
- Fix a bug that OData v4 Client Code Generator may generate duplicate names between a property and a private field.
- [Github issues #10] Fix a bug that OData v4 Client Code Generator cannot correctly generate code when EntityType name and one of its property name are same.
- Fix a bug that OData v4 Client Code Generator cannot correctly generate VB code for a bound function which returns a collection.