Меню Рубрики

Visual studio for mac os

Установка Visual Studio для Mac 2019 Install Visual Studio 2019 for Mac

Чтобы приступить к разработке собственных кроссплатформенных приложений .NET в macOS, установите Visual Studio 2019 для Mac. Для этого выполните следующие действия. To start developing native, cross-platform .NET apps on macOS, install Visual Studio 2019 for Mac following the steps below.

Требования Requirements

  • Компьютер Mac с macOS High Sierra 10.13 или более поздней версии. A Mac with macOS High Sierra 10.13 or above.

Чтобы создавать приложения Xamarin для iOS или macOS, вам также потребуется: To build Xamarin apps for iOS or macOS, you’ll also need:

  • Xcode 10.0 или более поздней версии. Xcode 10.0 or above. Обычно рекомендуется использовать последнюю стабильную версию. The latest stable version is usually recommended.
  • Идентификатор Apple ID. An Apple ID. Если у вас нет идентификатора Apple ID, его можно создать на сайте https://appleid.apple.com. If you don’t have an Apple ID already you can create a new one at https://appleid.apple.com. Он необходим для установки приложения Xcode и входа в него. It’s necessary to have an Apple ID for installing and signing into Xcode.

Инструкции по установке Installation instructions

После завершения загрузки щелкните VisualStudioforMacInstaller.dmg, чтобы подключить установщик, и запустите его, дважды щелкнув значок стрелки: Once the download is complete, click the VisualStudioforMacInstaller.dmg to mount the installer, then run it by double-clicking the arrow logo:

Может появиться окно с предупреждением о том, что приложение загружено из Интернета. You may be presented with a warning about the application being downloaded from the Internet. Нажмите кнопку Открыть. Click Open.

Подождите, пока программа установки проверяет компьютер: Wait while the installer checks your system:

Появится оповещение, предлагающее принять условия лицензии и заявления о конфиденциальности. An alert will appear asking you to acknowledge the privacy and license terms. Перейдите по ссылкам, чтобы ознакомиться с ними, а затем нажмите клавишу Продолжить, если вы согласны с условиями: Follow the links to read them, then press Continue if you agree:

Появится список доступных рабочих нагрузок. The list of available workloads is displayed. Выберите нужные компоненты: Select the components you wish to use:

Если вы не хотите устанавливать все платформы, выберите нужные с помощью приведенных ниже рекомендаций. If you do not wish to install all platforms, use the guide below to help you decide which platforms to install:

Тип приложения Type of App целевого объекта Target Выбранное Selection Примечания Notes
Приложения, использующие XamarinApps Using Xamarin Xamarin.Forms Xamarin.Forms Выберите платформы Android и iOS. Select Android and iOS platforms Потребуется установить Xcode. You will need to install Xcode
Только iOS iOS only Выберите платформу iOS. Select iOS platform Потребуется установить Xcode. You will need to install Xcode
Только Android Android only Выберите платформу Android. Select Android platform Обратите внимание, что вам также нужно выбрать соответствующие зависимости. Note that you should also select the relevant dependencies
Только Mac Mac only Выберите платформу macOS (Cocoa) . Select macOS (Cocoa) platform Потребуется установить Xcode. You will need to install Xcode
Приложения .NET Core.NET Core applications Выберите платформу .NET Core. Select .NET Core platform.
Веб-приложения ASP.NET CoreASP.NET Core Web Applications Выберите платформу .NET Core. Select .NET Core platform.
Функции AzureAzure Functions Выберите платформу .NET Core. Select .NET Core platform.
Разработка кроссплатформенных игр UnityCross-platform Unity Game Development Не нужно устанавливать дополнительные платформы, кроме Visual Studio для Mac. No additional platforms need to be installed beyond Visual Studio for Mac. Дополнительные сведения об установке расширения Unity вы найдете в руководстве по установке Unity. Refer to the Unity setup guide for more information on installing the Unity extension.

Выбрав нужные параметры, нажмите кнопку Установить. After you have made your selections, press the Install button.

Установщик будет отображать ход выполнения, по мере загрузки и установки Visual Studio для Mac и выбранных рабочих нагрузок. The installer will display progress as it downloads and installs Visual Studio for Mac and the selected workloads. Вам будет предложено ввести пароль, чтобы предоставить привилегии, необходимые для установки. You will be prompted to enter your password to grant the privileges necessary for installation.:

После установки Visual Studio для Mac предложит настроить личные параметры, выполнив вход и выбрав нужные настраиваемые сочетания клавиш. Once installed, Visual Studio for Mac will prompt you to personalize your installation by signing in and selecting the key bindings that you’d like to use:

Если при установке в корпоративной среде возникают проблемы с сетью, см. инструкции по установке за брандмауэром или прокси-сервером. If you have network trouble while installing in a corporate environment, review the installing behind a firewall or proxy instructions.

Сведения об изменениях см. в заметках о выпуске. Learn more about the changes in the release notes.

Если вы решили не устанавливать платформу или инструмент в рамках исходной установки (отменив выбор этого элемента на шаге 6), позже для установки этих компонентов потребуется снова запустить установщик. If you chose not to install a platform or tool during the original installation (by unselecting it in step #6), you must run the installer again if you wish to add the components later.

Установка Visual Studio для Mac в среде, защищенной брандмауэром или прокси-сервером Install Visual Studio for Mac behind a firewall or proxy server

Для установки Visual Studio для Mac в среде, защищенной брандмауэром, необходимо сделать доступными ряд конечных точек, чтобы разрешить скачивание необходимых средств и обновлений ПО. To install Visual Studio for Mac behind a firewall, certain endpoints must be made accessible in order to allow downloads of the required tools and updates for your software.

Настройте сеть, разрешив доступ к следующим расположениям: Configure your network to allow access to the following locations:

Следующие шаги Next steps

Установка Visual Studio для Mac позволяет перейти к написанию кода для приложений. Installing Visual Studio for Mac allows you to start writing code for your apps. Следующие руководства помогут вам в создании и развертывании проектов. The following guides are provided to guide you through the next steps of writing and deploying your projects.

iOS iOS

  1. Привет, iOS Hello, iOS
  2. Подготовка устройства (для запуска приложения на устройстве). Device Provisioning(To run your application on device).

Android Android

Приложения .NET Core, веб-приложения ASP.NET Core, разработка игр Unity .NET Core apps, ASP.NET Core web apps, Unity game development

Другие рабочие нагрузки описаны на этой странице. For other Workloads, refer to the Workloads page.

Источник

Build Web Apps using .NET Core on
Visual Studio for Mac

Create scalable web apps using a modern IDE designed natively for macOS

.NET Core Web development

Build web apps on Windows, Linux, and macOS using .NET Core, a cross-platform .NET implementation. It’s modular, open source, and can be installed locally with only the packages you need.

An open-source web framework for modern web apps

Create high-performing, highly scalable web apps that run on any platform using .NET Core tools and libraries. Develop and debug locally using the powerful debugger, then deploy directly to Azure from your IDE. Visual Studio for Mac comes with the best-in-class editor for HTML5, CSS3, and JavaScript.

Work with.NET Core 3

Visual Studio 2019 for Mac now offers full support of the .NET Core 3 SDK. Experience all the new features, and build powerful ASP.NET Core web apps and APIs. Get started today by adding it as a target when creating a new project.

Quickly publish your app locally or to the cloud

Publish your .NET Core app locally or online with integrated publishing tools. Use Publish to Folder to quickly publish to a folder on your file system, or use wizard support to publish straight to Azure from the IDE.

Integrated Docker support

Visual Studio for Mac provides integrated support for developing and deploying your microservices using Docker containers. Containerize your .NET Core app by adding support right from the Solution Pad.

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Visual studio community mac os
  • Visual studio code mac os x
  • Visual basic для mac os
  • Visio аналог для mac os
  • Visio microsoft for mac os x