SharpLearning icon indicating copy to clipboard operation
SharpLearning copied to clipboard

Hard dependency from Microsoft.IdentityModel.Clients.ActiveDirectory, version 3.17.2.31801

Open AndreiDegtiarev opened this issue 5 years ago • 1 comments

In my test project by saving of gradient boosting model I’ve encounter strange implicit dependency from Microsoft.IdentityModel.Clients.ActiveDirectory. It doesn’t work (load assembly exception) in all referenced versions of this assembly except I reference pretty old one version 3.17.2. Even if I use dependentAssembly construction it doesn’t help. My project is net461.

AndreiDegtiarev avatar Aug 03 '19 07:08 AndreiDegtiarev

@AndreiDegtiarev This is not an issue I have encountered before. I can't see why SharpLearning should depend on Microsoft.IdentityModel.Clients.ActiveDirectory, so it must be something implicit via another dependency. Is there anything special with the platform or project you are using?

mdabros avatar Aug 11 '19 10:08 mdabros