How should we use this package from a Non ASP.net Core context where the Ninject DI system is being used? Hence i can not use the provided AddODataClient() / AddHttpClient() functionality since it is build on IServiceprovider which is not available.
Binding the DefaultODataClientFactory manually is not possible neither since the class is marked as internal (and deriviates as well). I am also wondering how i could get it working.