Visual Studio For Mac Support
Join GitHub today
- Visual Studio Download For Mac
- Microsoft Visual Studio For Mac
- Visual Studio For Mac C++ Support
- Visual Studio For Mac Support Policy
- Visual Studio For Mac
- In Visual Studio for Mac click the Visual Studio menu then click Extensions then click the Install from file button and select the.mpack file to install the extension. This only works on VS on Mac not for windows version if that is what you where trying to do.
- Click the button to download the latest version of Visual Studio 2017 for Mac. For instructions on setup and install, see the Setup and Install Visual Studio for Mac documentation. To learn more about Visual Studio 2017 for Mac, see Mac System Requirements and Mac Platform Targeting.
Visual Studio for Mac's support for VB.NET is limited. There is a uservoice suggestion for Visual Basic support which you can vote on. There is a uservoice suggestion for Visual Basic support which you can vote on.
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Visual Studio Download For Mac
commented Mar 30, 2017
Is there a timeline on adding this support? Or any pointers to how I could help achieve it? |
commented Mar 31, 2017
No definitive timeline, but I want to get this done for the 2.4 release. I don't usually bother with releasing stuff for unfinished products (VS for Mac/MD 7), but it might be easy to support it since it doesn't appear to be many api breakages between 6 and 7. If you'd like to help out, I can really use it. All the source is here. They need to be loaded up in the newer versions of VS and XS with the appropriate extension/addin authoring plugins installed, and tested. There are some other outstanding items regarding the addins that need looking at too:
Cheers! |
commented May 1, 2017 • edited
edited
I have made it work with Visual Studio for Mac. I created a new directory in the Addins section for visual studio mac it is based off the existing xamarin studio version. created pull request at #793 I have not actually run the extension just had it compile so may need more work |
commented May 1, 2017
I couldn't get the add-in to work with VS2017. I'm not really into VS extension development and only tried to get the references to resolve somehow, but it fails with some weird file not found HRESULT upon creating a new Eto project. |
commented May 2, 2017
Hey I created a .mpack file that you can use if you want. In Visual Studio for Mac click the Visual Studio menu then click Extensions then click the Install from file button and select the .mpack file to install the extension. This only works on VS on Mac not for windows version if that is what you where trying to do. |
commented May 2, 2017 • edited
edited
Thanks, but I required it for the classic Visual Studio 2017 desktop application on Windows. |
commented Aug 24, 2017
Please write a short update, if anything happens here. |
commented Sep 2, 2017 • edited
edited
Built using VS 2017 15.3 in Windows. No changes made in code. Just some reference correction from nuget, assembly and target framework to .Net 4.6 Finally every thing working as expected.. |
commented Dec 12, 2017
I just downloaded and installed extension in Visual studio 2017 v 1.5.4.5 and it does not work. Generating new Eto application throws error: Any thoughts ? |
commented Dec 12, 2017
Have you added eto myget to nuget repositories? |
commented Feb 1, 2018
VS for Mac and MonoDevelop are now supported with #974. A new version of the addin will be published along with the 2.4 release, or you can build it manually. |
commented Feb 4, 2018 • edited
edited
Microsoft Visual Studio For Mac
I'm trying to use the new addin with VS for Mac but I'm a bit confused: |
commented Feb 4, 2018
Hey @msasso69, to build the nuget packages you need to use the ./build.sh (on mac), and build.cmd (on windows). I usually do this via a share to a windows VM so they are both run on the same copy of the source files. This ensures the XamMac and Wpf nupkg files are created, which are mandatory for the addin templates. You need the nuget packages to run the Mac/Mac64 platform as it sets up the proper .app bundle build, and tells VS on Mac to run the .app bundle instead of the .exe directly. This stuff is all in build/MacTemplate. |
Visual Studio For Mac C++ Support
commented Feb 4, 2018
Thanks Curtis, but even adding it nothing changes :( |
commented Feb 5, 2018
@msasso69, if you want to use Other options include:
Hope this helps! |
Visual Studio For Mac Support Policy
commented Feb 6, 2018
Fixed with #986 |