Solution 和 Rider 中的多个启动项目
Multiple Startup projects in Solution, in Rider
我正在为即将到来的工作面试做一个项目。我习惯在 Visual Studio 中编写 C#,但由于我已更改为 Linux,我正在尝试使用 Rider。
在 Visual Studio 中,您可以添加多个项目作为您的 'Startup Project',但我不确定如何在 Rider 中执行此操作。
我的文件结构是:
BlazorApp
│ README.md
│ .gitignore
│
└───MyApp.Web(Blazor project)
│
│___MyApp.Api(ASP.NET Core Web App with the API template)
│
└───MyApp.Models(Class library)
其中 MyApp.Api
应该先开始,然后 MyApp.Web
。
- 在 运行 配置下拉列表中,select“编辑配置...”
- 在左侧菜单的顶部,单击“+”
- 查找并select“化合物”
- 命名
- 使用“+”按钮添加您想要一起启动的项目
- Select那个配置当你运行它
编辑配置:
查找并select 复合配置:
添加项目:
Select 当你 运行 它:
我正在为即将到来的工作面试做一个项目。我习惯在 Visual Studio 中编写 C#,但由于我已更改为 Linux,我正在尝试使用 Rider。
在 Visual Studio 中,您可以添加多个项目作为您的 'Startup Project',但我不确定如何在 Rider 中执行此操作。
我的文件结构是:
BlazorApp
│ README.md
│ .gitignore
│
└───MyApp.Web(Blazor project)
│
│___MyApp.Api(ASP.NET Core Web App with the API template)
│
└───MyApp.Models(Class library)
其中 MyApp.Api
应该先开始,然后 MyApp.Web
。
- 在 运行 配置下拉列表中,select“编辑配置...”
- 在左侧菜单的顶部,单击“+”
- 查找并select“化合物”
- 命名
- 使用“+”按钮添加您想要一起启动的项目
- Select那个配置当你运行它
编辑配置:
查找并select 复合配置:
添加项目:
Select 当你 运行 它: