Skip to content

Releases: OData/ODataConnectedService

OData Connected Service 1.0.0 release

03 Aug 13:59
6ffbd4a
Compare
Choose a tag to compare

Microsoft.OData.Cli

04 Apr 07:41
b5e7b92
Compare
Choose a tag to compare

A release of the odata-cli tool. The odata-cli is a CLI tool for generating strongly typed C# and Visual Basic client code for a specified OData service. It generates a DataServiceContext class to interact with the service and CLR types for each entity type and complex type in the service model. It does exactly what the OData Connected Service does.

OData Connected Service 0.13.0 release

22 Sep 10:04
90bd45e
Compare
Choose a tag to compare
  • Fix issue where the Connected Service added to a VB.NET project fails to emit the service metadata into the XML file as expected
  • Add support for emitting property attributes (e.g. MaxLength, etc) when generating Connected Service proxy classes
  • Allow users the option of persisting custom HTTP headers and proxy credentials to the Connected Service configuration file
  • Add support for emitting obsolete attributes when generating Connected Service proxy classes

OData Connected Service 0.12.1 release

09 Mar 06:12
66e0199
Compare
Choose a tag to compare
  • Fix invalid escaping of double quotes when generating VB.NET client proxy
  • Fix invalid namespace emitted when generating client proxy with custom namespace supplied
  • Restore namespace in the metadata document as the default namespace applied in the client proxy
  • Fix non-compilable code emitted when the option to generate multiple files is checked and the model contains 2 types with the same name but in different namespace

OData Connected Service 0.12.0 Release

17 Feb 20:51
7375293
Compare
Choose a tag to compare
  1. Fix regression errors when generating code for V1-V3 services
  2. Fix regression errors caused by UI updates not running in UI thread
  3. Improve error message when CLR type not found
  4. Add support for reference model with relative URI
  5. Set more logical default settings
  6. Fix warnings displayed due to empty metadata file created when generating T4 template

OData Connected Service 0.11.1 Release

26 Oct 16:02
fd369db
Compare
Choose a tag to compare

Fixes the signing and strong name issue that caused the connected service v0.11.0 not to be loaded by Visual Studio.

OData Connected Service 0.11.0 Release

22 Oct 07:42
c22df59
Compare
Choose a tag to compare
  • Adds search box for filtering entities to add on the Schema Types selection page
  • Generate doc comments in generated code from description annotations in the OData schema
  • Rename generated parameters source and keys to avoid name collisions with similar names in the model
  • Fix build error cause by incompatible System.Text.Json version with new versions of OData client
  • Display the number of selected operation imports
  • Include enum types from enum collection properties in generated code to avoid compilation errors
  • Fix issue where false is generated as False (uppercase F) in C# code, causing errors
  • Fix issue causing undefined Edmx reference to appear in generated code

OData Connected Service 0.3.1 Release (Legacy)

07 Jul 08:31
94a2e79
Compare
Choose a tag to compare

This is a release of the legacy OData Connected Service version that supports previous versions of OData client (versions 6.x). It has been updated to support both VS 2017 and VS 2019.

OData Connected Service 0.10.0 Release

15 May 06:49
d6af770
Compare
Choose a tag to compare
  • Adds support for open types
  • Fix issue loading generated Csdl.xml file when you have multiple generated client proxies in a project
  • Properly escapes metadata path in the local filesystem when generating T4 templates
  • Fix issue where unselecting an operation import auto-selects schema types that the operation depends on

OData Connected Service 0.9.1 Release

30 Apr 16:21
8b8c0c4
Compare
Choose a tag to compare
  • Auto-selects the last metadata endpoint used in generating proxy classes.
  • Enables multiple files generation using design-time T4 templates
  • Issue with wizard state persistence when updating an OData Connected Service Project fixed.