Do we need to reference the exact version of the “Microsoft.OData.Client” assembly and the related assemblies? The “ThomsonReuters.Dss.RestApi.Client” assembly seems to reference the v6.15.0, but the latest one available is v7.5.4. Our application already has a reference to a newer version of the “Microsoft.OData.Client” assembly but when I try to execute the DSS API code, it complains about the missing v6.15.0 of the Microsoft.OData.Client assembly file. I even tried adding binding redirect in the web.config file, with no luck. May be I did something wrong there. Can you please let me know how I can make this API work with the latest version of the OData nuget package?
Also, how come there is no Nuget package for the DSS Rest API?