visual-studio-mac

Installing extensions on Visual Studio 2017 mac [closed]

左心房为你撑大大i 提交于 2019-11-26 21:30:06
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Can someone help me because l have no idea how to install extensions from the Market Place on visual studio 2017 回答1: Visual Studio 2017 for Mac is actually a different beast from Visual Studio for Windows. As you may know, it is originally based on Xamarin Studio which on its

External Terminal / Debug outside the IDE

蹲街弑〆低调 提交于 2019-11-26 17:52:59
问题 I'm starting to use Xamarin Studio, and migrating from VS to it, but when I try to run a console application (the unique one loaded at the moment), fails and throws an exception in Console.Clear() (Supposing I can't do that in an integrated debugger), then i thought that one way to solve it was by compiling it and running it, like Visual Studio does, and Debug the application outside the IDE, but I can't figure out how. Could someone tell me how to solve this problem? Thanks. EDIT: For any