- Fix open issues
- Gather feedback on
Unchase OData Connected Service
extension forVisual Studio
and plan further features to implement
These are the changes to each version that has been released on the official Visual Studio extension gallery.
- Add bug fix for issue #7:
- Fix updating with more than one endpoints. Now works correctly
- Add the check for untrusted certificate when connecting to ssl Service
- Add bug fix: fix parameter's namespaces for
FunctionImports
inSimpleOData
generation
- Add a button in the first wizard page for reporting bugs in github project issues
- Add feature: Generate client-side VisualBasic proxy-classes for OData protocol versions 1.0-3.0
- Add minor fix: in
SimpleOData
generation methods add@
-symbol before the endpoint uri innew ODataClient(@"<enpoint_uri>")
; bounded parameter type was fixed
- Change
LICENSE
: MIT License to Apache 2.0 License.
- The code has been refactored!
- Add: in the first page of wizard add checkbox for open generated files on complete
- Add ability to hide/show settings in the first page of service settings wizard
- Storage last OData metadata Endpoint and Service name
- Add bug fix for issue #3
- Fix error in method
GetModelRegion
- Fix error in method
GetFunctionMethodRegionWithSimpleOdataClient
- Fix nuget package source to nuget online repository
- Fix errors in OData V4 generator class: fix casting
IEdmTypeDefinition
toclrTypeName
- Fix setting web-proxy credentials
- Add web-proxy (with network credentials) for connecting to the endpoint
- Add network credentials for connecting to the endpoint
- Add checkbox for enable/disable methods generation from
FunctionImports
- Add methods to generating functions from
FunctionImports
in OData V3 extension class
- Add methods in OData V3 extension class for calling service methods returns void value
- Add code-fix in tt-template for OData V3 extension class: simplify method
AddGetQueryOptions
- Fix bug: make public a few internal classes
- Add necessary nuget-packages for client-side OData proxy-classes
- Generate client-side class with proxy-class extension methods for OData protocol versions 1.0-3.0 (with generating functions from
FunctionImports
) - Generate client-side C# proxy-classes for OData protocol versions 1.0-4.0