I just started using Solrnet in my application only to discover that using the default settings it decides all by itself to replace my IoC container with its own (common service locator), which seems to me to be quite unexpected and "arrogant" of it.
I'm using Unity and the common service locator and I'd like to continue using them if possible. It seems kind of silly that I have to change something so unrelated in order to use Solrnet which otherwise seems to be well written software.
Any ideas?
SolrNet is setup to support Unity. However, you need to do a little setup to get it working with Unity. Please refer to the RegistryTests.cs file from the SolrNet source unit tests for examples of how to setup SolrNet with Unity.