Visual Studio for Mac Preview offline download and installation, studiopreview

Source: Internet
Author: User

Visual Studio for Mac Preview offline download and installation, studiopreview

Download and install Visual Studio for Mac offline.

Environment: OS X EI Caption 10.11.2

. NET Core SDK 1.1 must be installed in advance

. NET Core 1.1 SDK for macOS: https://go.microsoft.com/fwlink? LinkID = 835011

To install the SDK, you must first install openssl.

brew update
brew install openssl
mkdir -p /usr/local/lib
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/

 

Offline:

Offline package of Mono Framework 4.8

Https://dl.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-4.8.0.344.macos10.xamarin.universal.pkg

Visual Studio for Mac Preview offline package

Https://dl.xamarin.com/VsMac/VisualStudioForMac-Preview1-7.0.0.347.dmg

The download speed may be a little slow. You can use a proxy if necessary.

 

Install

First install Mono Framework 4.8.


 

Then install Visual Studio for Mac Preview.


After the installation, we can develop. NET Core and ASP. NET Core applications.

If you use the official online installation package for installation, you also need Android SDK. Similarly, apps such as Android cannot be developed when installed offline.

Create an application

Select. NET Core


Create a console output project netcoredemo


Note that the default project references. NET Core. APP 1.0.1. You need to right-click to upgrade it.

Then generate. If this is the first generation, it will be a little slow, because you need to restore the reference and download. NET Core debugger.


The next breakpoint can be disconnected successfully.

If you think this article is helpful to you, click"Recommendation", Thank you.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.