Yes
Yes.
Connect to the RabbitMQ
Could not load type 'RabbitMQ.Client.NetworkConnection' from assembly 'RabbitMQ.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce'.

(Paste the link to an example project and exact instructions to reproduce the issue.)
MassTransit does not yet support the major version upgrade to RabbitMQ.Client.
Duplicate of #1826
Hi @pattonjp
Thank you for your quick answer 馃檪
Just a suggestion: maybe the NuGet package should be updated to >= 5.1.2 & < 6.0.0

Is that easy enough to do from the package reference, by adding that string?
So... [5.1.2,6.0) should do it?
Okay, I added that, and upgraded to 5.2.0 at the same time.
Most helpful comment
Okay, I added that, and upgraded to 5.2.0 at the same time.