OData Connected Service is a tool that generates code to faciliate consumption of OData services. This tool will generate a DataServiceContext and classes for each of the entity types and complex types found in the service description. This tool is functionally equivalent to the Add Service Reference for OData V3 service.
ChangeLog:
1.1.1
The UI has been enhanced for smoother navigation between pages and now includes a paginator for more efficient filtering of schema items intended for generation.
The code generation process has been improved with the integration of asynchronous methods where applicable.
A solution has been implemented to address conflicts arising from CSDL filenames with similar suffixes.
1.1.0
Fix bug affecting excluding of schema types, operations, and operation imports.
Support omitting runtime version and code generation timestamp from generated files.
Fix bug affecting emitting of dynamic properties container property.
Support arm64 product architecture.
Support generation of valid property identifiers when service metadata does not strictly adhere to OData specification on property name.
1.0.2
Fixed default value initialization for nullable properties.
Added the Microsoft.OData.ConnectedService.VS2022Plus.dll reference to the ODataT4CodeGenerator.ttinclude file.
1.0.1
Correctly handle metadata URL endpoint when it has query options.