I'm working on a project for a upcoming job interview. I'm used to writing C# in Visual Studio, but since I've changed to Linux, I'm trying to use Rider.
In Visual Studio you can add multiple projects as your 'Startup Project', and I'm not sure how to do this in Rider.
My file structure is:
BlazorApp
│ README.md
│ .gitignore
│
└───MyApp.Web(Blazor project)
│
│___MyApp.Api(ASP.NET Core Web App with the API template)
│
└───MyApp.Models(Class library)
Where MyApp.Api
should start first and afterwards MyApp.Web
.
Find and select the Compound configuration:
The compound configuration is just a grouping of existing run configurations so if you need to set environment variables or program or runtime arguments, you can: