The inclusion of Raven.Client.Lightweight.FSharp is preventing NServiceBus endpoints from working because they are attempting to reflect that assembly, which fails on my machine since I don't have FSharp installed. I can work around this by manually removing the reference to Raven.Client.Lightweight.FSharp every time I update my NuGet package, but this a cumbersome/manual process.
Would it work to split the FSharp client into a separate NuGet package?
Thanks,