I am using Visual Studio for Mac to develop net core MVC, and I'm struggling with restarting the project after I made the changes on controllers or models.
For comparison, asp.net in windows. I just need to register the project folder to IIS and I can access it trough browser with "localhost/myproject". And when I do the changes on backend and rebuild, it directly apply the changes.
Is there any way that I can duplicate the way windows does in mac?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…