Rhino.ServiceBus NuGet package does not specify Rhino.Queues as a dependency even though \lib\3.5\Rhino.ServiceBus.dll does indeed reference Rhino.Queues, Version=1.4.1.0, Culture=neutral, PublicKeyToken=0b3305902db7183f.
This manifests as a problem when we run unit tests against a target library which uses Rhino.ServiceBus and those unit tests mock out dependencies from that target library. The mocking library we use traverses the types in the target assembly and dependent assemblies and this fails when it reaches the Rhino.Queues assembly because the DLL is missing. I'm not sure whether Rhino.ServiceBus needs to reference Rhino.Queues or not. If not, I guess the reference can be removed. If it does need to reference it, then I believe the Rhino.ServiceBus NuGet package needs to be updated to state the Rhino.Queues NuGet package as a dependency. Incidentally, the referenced version of Rhino.Queues (1.4.1) is not available as a NuGet package. The next available version appears to be 1.4.2.0. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
