Sponsor: Using RabbitMQ or Azure Service Bus in your .NET systems? Well, you could just use their SDKs and roll your own serialization, routing, outbox, retries, and telemetry. I mean, seriously, how hard could it be?
This sounds trivial, and it is. But if you have a Visual Studio background and are trying out JetBrains Rider for the first time, this may not be apparent how to setup launching multiple projects in JetBrains Rider.
This entire week I’ve almost exclusively used Rider. I’ve used some of the early EAP’s, but not on an actual project.
One of the first roadblocks I hit was trying to figure out how to launch multiple projects from my solution.
Thankfully, it didn’t take me too long to figure out. However, I then had a colleague ask me the very next day how to do it, as he was also trying it out for the first time.
Run Configurations
Under theRun > Edit Configurations... menu, brings up a dialog where you can manage different configurations. Under the .NET Projects, you will have one default entry that points to an existing project. Create any new .NET Project entries to any other executable projects you have in your solution.