我正在为即将到来的面试做一个项目。我习惯在 Visual Studio 中编写 C#,但自从我改用 Linux 后,我尝试使用 Rider。
\n在 Visual Studio 中,您可以添加多个项目作为“启动项目”,但我不确定如何在 Rider 中执行此操作。
\n我的文件结构是:
\nBlazorApp\n\xe2\x94\x82 README.md\n\xe2\x94\x82 .gitignore \n\xe2\x94\x82\n\xe2\x94\x94\xe2\x94\x80\xe2\x94\x80\xe2\x94\x80MyApp.Web(Blazor project)\n\xe2\x94\x82\n\xe2\x94\x82___MyApp.Api(ASP.NET Core Web App with the API template)\n\xe2\x94\x82 \n\xe2\x94\x94\xe2\x94\x80\xe2\x94\x80\xe2\x94\x80MyApp.Models(Class library)\n\n
Run Code Online (Sandbox Code Playgroud)\nMyApp.Api
应该先从哪里开始,然后再从哪里开始MyApp.Web
。