Owin.WebSocket icon indicating copy to clipboard operation
Owin.WebSocket copied to clipboard

Library does not seem to work when dependency CommonServiceLocator changes to version 2.0.1 or above

Open frostless opened this issue 4 years ago • 0 comments

CommonServiceLocator has a breadking change from 2.0.1 onwards where its namespace changes from Microsoft.Practices.ServiceLocation to CommonServiceLocator. https://github.com/unitycontainer/commonservicelocator/commit/908a30f0f4c036d1ded0c0967fa3a7ae823aa5ce It seems to me this library does not make the change accordingly. I am getting this msg : "The type 'IServiceLocator' is defined in an assembly that is not referenced..." My workaround is to downgrade CommonServiceLocator to 1.3.

frostless avatar Aug 11 '20 11:08 frostless