Visual studio 2019 version 16.7 release notes

Содержание:

Создание, тестирование кода и управление имBuild, test, and manage your code

Возврат кодаCheck in your code

При работе в команде необходимо обеспечить обмен актуальными версиями кода, чтобы все участники рабочей группы работали с одной и той же базой кода.If you work on a team, you need to share the latest versions of the code too so everyone on the team is using the same codebase. Visual Studio легко интегрируется с Visual Studio Team Services или Team Foundation Server, обеспечивая возможность управления версиями с использованием Git или системы управления версиями Team Foundation (TFVC).Visual Studio seamlessly integrates with Visual Studio Team Services or Team Foundation Server to provide version control with Git or TFVC (Team Foundation Version Control). Используйте Visual Studio Team Services для хранения кода в облаке без необходимости обслуживания локального сервера.Use Visual Studio Team Services to store your code in the cloud with no maintenance of a local server. Воспользуйтесь Team Foundation Server, если вам нужен локальный сервер.Use Team Foundation Server if you want to have an on-premises server. Имеется возможность добавления всех создаваемых проектов кода в систему управления версиями.Every time you create a code project, you have the option to add it to version control. Дополнительные сведения о том, какая система управления версиями лучше подходит для ваших нужд, см. в разделе Выбор правильного контроля версий для проекта.To learn about which version control system is best for your needs, see Choosing the right version control for your project.

Создание приложенияBuild your app

Можно разработать приложение локально и убедиться, что оно правильно работает.You can build your app locally and make sure that it works correctly. Затем воспользуйтесь средствами отладки , чтобы исправить ошибки в приложении.Then use the debugging tools to fix any issues with your app. Кроме того, можно создавать проекты на общих серверах сборки или в облаке.Or you can build projects on shared build servers or in the cloud. Автоматизируйте процедуру сборки, чтобы обеспечить создание кода, который разработчики вашей рабочей группы смогут вернуть в систему управления версиями.Automate your build process to build the code that the devs on your team have checked into version control. Например, можно создавать один или более проектов каждую ночь или всякий раз при возврате кода.For example, you can build one or more projects nightly or every time that code is checked in.

Тестирование приложенияTest your app

Создавайте модульные тесты , чтобы повысить качество своих приложений.Create unit tests to improve the quality of your app. Эти тесты можно выполнять всякий раз при возврате или в процессе сборки.These tests can be run every time you check in, and as part of your build.

Планируйте, создавайте и запускайте ручные и автоматические тесты для приложения.Plan, create, and run manual and automated tests for your app. Планы тестирования, наборы, тестовые случаи и результаты тестов хранятся в облаке (при использовании Visual Studio Team Services) или локально (при использовании Team Foundation Server).Test plans, suites, test cases and your test results are stored in the cloud with Visual Studio Team Services or on-premises with Team Foundation Server. Узнайте больше о тестировании приложений.Learn more about testing the application.

Ускоренная доставка кода, созданного рабочей группойDeliver your team’s code faster

Устраните барьеры в деятельности вашей рабочей группы и организуйте эффективную совместную работу.Remove barriers between members of your team and improve collaboration. Можно пойти дальше и автоматизировать выпуск приложения на каждом этапе разработки вплоть до помещения в рабочую среду.Go further and automate the release of your app to each stage in your development all the way to production. Мониторинг производительности и доступности приложения после ввода в эксплуатацию.Monitor your app’s performance and availability when live. Сбор данных об использовании (информации о том, как пользователи на самом деле работают с вашим приложением) в режиме реального времени.Collect real-time usage data about how your customers are actually using your app. См. подробные сведения в разделе DevOps и управление жизненным циклом приложений .See DevOps and Application Lifecycle Management for more details.

Установка Visual StudioInstall Visual Studio

Вы можете установить Visual Studio с помощью установочного носителя (DVD), используя службу подписки Visual Studio на веб-сайте My.VisualStudio.com , загрузив веб-установщик с веб-сайта загрузки Visual Studio или создав автономный макет установки (Дополнительные сведения см. в разделе Создание автономной установки Visual Studio ).You can install Visual Studio by using installation media (DVDs), by using your Visual Studio subscription service from the My.VisualStudio.com website, by downloading a web installer from the Visual Studio Downloads website, or by creating an offline installation layout (see the Create an Offline Installation of Visual Studio page for more details).

Важно!

Установка Visual StudioVisual Studioдолжна выполняться от имени учетной записи администратора.You need administrator credentials to install Visual StudioVisual Studio. Тем не менее для работы с Visual StudioVisual Studio после установки они не нужны.However, you don’t need them to use Visual StudioVisual Studio after you install it.

Для установки всех компонентов Visual Studio учетной записи локального администратора необходимо предоставить следующие права.Your local administrator account must have the following privileges enabled to install everything in Visual Studio.

Отображаемое имя объекта локальной политикиLocal Policy Object Display Name Право пользователяUser Right
Резервное копирование файлов и каталоговBackup Files and directories SeBackupPrivilegeSeBackupPrivilege
Отладка программDebug programs SeBackupPrivilegeSeDebugPrivilege
Управление аудитом и журналом безопасностиManage auditing and security log SeSecurityPrivilegeSeSecurityPrivilege

Более подробную информацию о требованиях к учетной записи локального администратора см. в статье базы знаний Установка SQL Server завершается ошибкой, если учетная запись для установки не имеет определенных прав пользователя.For more information on this local administrator account requirement, see the Knowledge Base article, SQL Server installation fails if the Setup account does not have certain user rights.

Использовать установочный носительUse installation media

Чтобы установить Visual StudioVisual Studio, в корневом каталоге установочного носителя Visual StudioVisual Studio запустите файл установки для нужного выпуска:To install Visual StudioVisual Studio, in the root directory on the Visual StudioVisual Studio installation media, run the installation file for the edition you want:

ВыпускEdition Файл установкиInstallation File
Visual Studio EnterpriseVisual Studio Enterprise vs_enterprise.exevs_enterprise.exe
Visual Studio ProfessionalVisual Studio Professional vs_professional.exevs_professional.exe
Visual Studio CommunityVisual Studio Community vs_community.exevs_community.exe

Загрузка с веб-сайта продуктаDownload from the product website

Перейдите на страницу загрузки Visual Studio и выберите нужный выпуск Visual Studio.Visit the Visual Studio Downloads page, and select the edition of Visual Studio that you want.

Скачивание из службы подпискиDownload from your subscription service

Перейдите на страницу My.VisualStudio.com и выберите нужный выпуск Visual Studio.Visit the My.VisualStudio.com page, and select the edition of Visual Studio that you want.

Создание макета автономной установкиCreate an offline installation layout

Если у вас нет Visual StudioVisual Studio установочного носителя или у вас нет подписки Visual Studio или вы не хотите устанавливать Visual StudioVisual Studio с помощью веб-установщика, можно выполнить «отключенную» установку, создав автономный режим установки.If you do not have the Visual StudioVisual Studio installation media, or you do not have a Visual Studio subscription, or you do not want to install Visual StudioVisual Studio by using the web installer, you can perform a «disconnected» installation by creating what is known as an offline installation layout. Дополнительные сведения см. на странице Создание автономной установки Visual Studio .For more information, see the Create an Offline Installation of Visual Studio page.

Обновление автономной установкиUpdating an offline installation

Корпорация Майкрософт выпустила несколько обновлений для Visual Studio 2015.Microsoft has released several Updates for Visual Studio 2015. Чтобы обновить установку Visual Studio, загрузите требуемую версию со страницы My.VisualStudio.com.To update your Visual Studio installation, simply download the edition you want from the from the My.VisualStudio.com download page. Чтобы создать макет автономной установки и с его помощью обновить Visual Studio 2015, выполните шаги, описанные в этом руководстве.Next, follow the steps outlined in this topic to create a new offline installation layout and then use it to update your copy of Visual Studio 2015.

Visual Studio 2015 Support for Windows Desktop Development

Targeted Platform 1 Native Code Development Managed Code Development
Windows 10 ️ 2 ️ 2
Windows 8.1 ️ 2 ️ 2
Windows 8 ️ 2 ️ 2
Windows 7
Windows Vista ️ 3 ️ 3
Windows XP ️ 3 ️ 3, 5
Windows Server 2012 R2 ️ 2 ️ 2
Windows Server 2012
Windows Server 2008 R2
Windows Server 2008
Windows Server 2003 ️ 3 ️ 4, 5
Footnotes:1. Visual Studio supports the listed platforms when used with the latest available service pack for that platform. For more information, see Microsoft Support Lifecycle.2. See table below for Visual Studio 2015 support for Windows Universal and Windows Store app development.3. Remote debugging and profiling tools not available for targeted platform.4. Requires side-by-side installation of Visual Studio 2010. For more information, see: A Look Ahead at the Visual Studio 2012 Product Lineup and Platform Support.5. Requires using Visual Studio managed multi-targeting.

Install offline Help content

After you install Visual Studio, you can download additional Help content so that it will be available offline.

To install or uninstall Help content

  1. On the Visual Studio menu bar, choose Help, Add and Remove Help Content.

  2. On the Manage Content tab of the Microsoft Help Viewer, select the installation source for your Help content.

  3. If you’re looking for a specific Help collection, enter the name or a keyword in the Search text box, and then press Enter.

  4. Next to the name of the Help collection you want, choose the Add or Remove link.

  5. Click the Update button.

    For more information about how to install or deploy offline Help, see the Help Viewer Administrator Guide.

Related Topics

Title Description
Create an Offline Installation of Visual Studio Describes how to install Visual Studio when you are not connected to the Internet.
Install Visual Studio Versions Side-by-Side Provides information about how to install multiple versions of Visual Studio on the same computer.
Use Command-Line Parameters to Install Visual Studio Lists the command-line parameters that you can use when you install Visual Studio from a command prompt.
Uninstall Visual Studio Describes how to uninstall Visual Studio.
Visual Studio Administrator Guide Provides information about deployment options for Visual Studio.
The Visual Studio Image Library Provides information about how to install graphics that you can use in Visual Studio applications.
Get Started Developing with Visual Studio Includes information and links that can help you use Visual Studio more effectively.

Microsoft Visual Studio 2015 Скачайте Русскую версию для Windows

Версия Visual Studio ОС Язык Размер Тип файла Загрузка

Microsoft Visual Studio 2015

Windows Русский 6380.31mb iso

Скачать

Microsoft Visual Studio 2017 for Mac

MAC Русский 27.3mb dmg

Скачать

Microsoft Visual Studio 2012 Ultimate

Windows Русский 1543.61mb iso

Скачать

Microsoft Visual Studio 2017 Web-Installer

Windows Русский 1.1mb exe

Скачать

Microsoft Visual Studio 2010 Ultimate

Windows Русский 2550.11mb iso

Скачать

Microsoft Visual Studio 2015

Microsoft Visual Studio — набор специализированных утилит и инструментов, предназначенных для разработчиков приложений.

Содержит в себе большинство необходимого инструментария разработчика для выпуска полноценных программ, в том числе и с графическим UI. С помощью Visual Studio можно создавать приложения для всех популярных платформ, как десктопных так и мобильных: iOS, iPadOS, macOS и еще ряда других.

Общая информация о программе

Среда разработки предназначена для написания, проведения тестов и запуска кода. Широкий набор различных утилит, включенных в Visual Studio, позволяет выполнять проектирование и разработку полноценных приложений с использованием графического пользовательского интерфейса без привлечения стороннего ПО. Помимо разработки программ для настольных и десктопных операционных систем, поддерживается разработка веб-приложений.

Без того немалый функционал можно расширить за счет использования сторонних плагинов. В последних версиях приложения большой упор сделан на расширение средств для коллективной разработки. Внесено много улучшений и дополнений для обеспечения эффективной командной работы над проектами любого масштаба.

Функциональные возможности Microsoft Visual Studio

В Visual Studio представлены как стандартные в подобном софте инструменты — отладчик, редактор кода, — так и собственные наработки. Кроме этого, доступны решения сторонних компаний, реализованные в виде подключаемых плагинов. Для повышения продуктивности используются большое количество автоматизированных возможностей: машинные подсказки, автоматическая очистка кода, рефакторинг. Функция IntelliSense позволяет работать с документацией к программе в интерактивном режиме, получая необходимую информацию непосредственно во время написания кода. Как и во всех продуктах от Microsoft, в приложении есть строка умного поиска, благодаря которой найти нужный пункт меню или описание функционала становится значительно легче.

Список основных возможностей и преимуществ выглядит следующим образом:

  • собственный компилятор;
  • возможность для развертывания приложения собственными средствами;
  • редактор кода, включающий в себя инструменты автозавершения и форматирования;
  • отладка кода.

Автоматизированные возможности рефакторинга кода, включающего поддержку различных языков, помогают упростить процесс написания кода. В целом, Microsoft Visual Studio является хорошим выбором как для начинающих, так и для разработчиков профессионального уровня.

Quick Links

Before we dig in to the details, here’s a list of our most frequently requested links.

Title Description
Downloads: To install Visual Studio 2015, you can download a product executable file from the My.VisualStudio.com page (subscription required), or use the installation media from the boxed product. Learn more about how to download current or previous versions of Visual Studio.
Features: To learn more about the features in Visual Studio 2015, see the release notes for RTM, Update 1, Update 2, and Update 3.
System Requirements: To view the system requirements for each edition of Visual Studio 2015, see the Visual Studio 2015 Platform Targeting and Compatibility page.
Product Keys: To locate your product key, see the How to: Locate the Visual Studio Product Key topic.
Licensing: To find out about licensing options for both individuals or enterprise customers, see the Visual Studio 2015 Licensing White Paper.

Автоматическое обновление расширенийAutomatic Extension Updates

Пользовательские расширения обновляются автоматически при появлении новой версии в коллекции Visual Studio.Per-user extensions are automatically updated when a new version is available on the Visual Studio Gallery. Новая версия расширения обнаруживается и устанавливается в фоновом режиме и при следующей перезагрузке Visual Studio будет выполняться новая версия расширения.The new version of the extension is detected and installed in the background and on the next restart of Visual Studio, the new version of the extension will be running.

Автоматическое обновление поддерживается только для пользовательских расширений.Only per-user extensions can be automatically updated. Административные расширения, которые устанавливаются для всех пользователей, не будут обновляться, и вам потребуется вручную установить новые версии с помощью диалогового окна Расширения и обновления узла Обновления .Administrative extensions which are installed for all users will not be updated and you still manually install new versions through the Extensions and Updates dialog Updates node. Увидеть, какие расширения будут автоматически обновляться, можно в области сведений о расширении диалогового окна Расширения и обновления .You can see which extensions will be automatically updated in the extension’s details pane of Extensions and Updates dialog.

Функцию автоматического обновления можно отключить для всех или только определенных расширений.If you wish to disable automatic updates, you can disable the feature for all extensions or only specific extensions.

  • Чтобы отключить автоматическое обновление для всех расширений, щелкните ссылку Изменить параметры расширений и обновлений в диалоговом окне Расширения и обновления и снимите флажок Автоматически обновлять расширения.To disable automatic updates for all extensions, click the Change your Extensions and Updates settings link on the Extensions and Updates dialog and uncheck Automatically update extensions.

  • Чтобы отключить автоматическое обновление для конкретного расширения, снимите флажок Автоматически обновлять это расширение в области сведений о расширении в правой части диалогового окна Расширения и обновления .To disable automatic updates for a specific extension, uncheck the Automatically update this extension option in the extension’s details pane on the right side of the Extensions and Updates dialog.

Примечание

Начиная с Visual Studio 2015 с обновлением 2, можно указать (Инструменты / Параметры / Среда / Расширения и обновления) необходимость автоматических обновлений для расширений на уровне пользователя, расширений для всех пользователей или и то, и другое (значение по умолчанию).Starting in Visual Studio 2015 Update 2, you can specify (in Tools / Options / Environment / Extensions and Updates) whether you want automatic updates for per-user extensions, all user extensions or both (the default setting).

Распространяемый пакет Microsoft Visual C++ 2015-2019: требования к системеMicrosoft Visual C++ 2015-2019 Redistributable System Requirements

Чтобы скачать распространяемый компонент Visual C++ 2015–2019, см. страницу visualstudio.microsoft.com/downloads.To download the Visual C++ 2015-2019 Redistributable, see visualstudio.microsoft.com/downloads. visualstudio.microsoft.com/downloads. Распространяемый компонент Visual C++ 2015-2019 поддерживает те же требования к системе, что и Visual Studio, со следующими изменениями.visualstudio.microsoft.com/downloads. The Visual C++ 2015-2019 Redistributable supports the same system requirements as Visual Studio with the following changes:

  • Они также поддерживают установку на Windows 10 Корпоративная LTSC, Windows Server 2012, Windows Server 2008 R2 с пакетом обновления 1 (SP1), Windows Vista с пакетом обновления 2 (SP2), Windows Server 2008 с пакетом обновления 2 (SP2), Windows Server 2003 с пакетом обновления 2 (SP2) и Windows XP с пакетом обновления 3 (SP3) для поддержки приложений, созданных с помощью средств сборки VC++ 2017 и VC++ 2015Also installs on Windows 10 Enterprise LTSC, Windows Server 2012, Windows Server 2008 R2 SP1, Windows Vista SP2, Windows Server 2008 SP2, Windows Server 2003 SP2, and Windows XP SP3 to support applications built using the VC++ 2017 and VC++ 2015 build tools
  • Требуется 1 ГБ ОЗУ (1,5 ГБ при запуске на виртуальной машине)Requires 1 GB of RAM (1.5 GB if running on a virtual machine)
  • Требуется 50 ГБ доступного пространства на жестком дискеRequires 50 MB of available hard disk space

Build apps for Android, iOS, and Windows

You can use Visual Studio to build apps for Android, iOS, and Windows devices. Learn more about Cross-Platform Mobile Development in Visual Studio.

For information about Universal Windows Apps (UWP), see What’s a Universal Windows Platform (UWP) app?.

Choose the tools you need based on your app requirements and the language you want to use.

  • Xamarin for Visual Studio: A common code base in C# for all devices

  • Apache Cordova with Visual Studio: A common code base for HTML, CSS, and JavaScript or Typescript

  • Visual Studio Tools for Unity: 2D/3D game development in C#

  • C++ for Cross-Platform Mobile Development: Shared code libraries and apps in C++

  • Visual Studio Emulator for Android: Visual Studio Emulator for Android: Debug and test your Android apps no matter the IDE

Новые возможности этого выпускаWhat’s New in this Release

  • Редактирование профессионального уровня, анализ кода и поддержка отладкиProfessional-grade editing, code analysis, and debugging support
  • Поддержка рабочих процессов с открытым исходным кодом (Git)Support for open-source workflows (Git)
  • Компиляторы для управляемых языков, C++ и многое другоеCompilers for managed languages, C++ and more
  • Кросс-платформенная разработка мобильных приложений для вашего предпочитаемого устройства и платформы, включая веб-, Android, iOS и Windows Phone с бесплатным Инструменты Visual Studio для расширения Apache CordovaCross-platform mobile development for your preferred device and platform, including the web, Android, iOS, and Windows Phone with the free Visual Studio Tools for Apache Cordova extension
  • Воспользуйтесь преимуществами облачных служб с упрощенной интеграцией пакета Azure SDK и внедрением современных средств аналитики приложений и телеметрии с помощью Application InsightsTake advantage of cloud services with simplified Azure SDK integration, and incorporate modern app analytics and telemetry with Application Insights
  • Доступ ко всем расширениям Visual Studio 2013 в коллекции Visual StudioAccess to all the Visual Studio 2013 extensions on the Visual Studio Gallery
  • Visual Studio Community 2013 включает обновление 4, которое является накопительным обновлением всех предыдущих обновлений Visual Studio 2013Visual Studio Community 2013 includes Update 4, which is a cumulative update of all previous Visual Studio 2013 updates

Просмотрите видео Visual Studio Community 2013, чтобы узнать о том, что можно сделать в этом выпуске:Watch the Visual Studio Community 2013 video to learn all about what you can do with this release:

Некоторые другие Visual Studio 2013 продукты доступны для загрузки с обновлением 4, включая следующие:Several other Visual Studio 2013 products are available for download with Update 4, including the following:

  • Visual Studio 2013 с обновлением 4Visual Studio 2013 Update 4
  • Пакет Azure SDK для .NET 2.5Azure SDK for .NET 2.5
  • Предварительная версия Инструменты Visual Studio для Unity (VSTU) 2,0Visual Studio Tools for Unity (VSTU) 2.0 Preview
  • Kinect для пакета SDK для Windows 2,0 RTWKinect for Windows 2.0 SDK RTW
  • Инструменты Visual Studio для Apache Cordova ОЗНАКОМИТЕЛЬНАЯ версияVisual Studio Tools for Apache Cordova CTP3
  • TypeScript 1,3TypeScript 1.3

Чтобы получить дополнительные сведения об этих выпусках, перейдите к заметкам о выпуске обновление 4 для Visual Studio 2013.To get more details on these releases, go to the release notes for Visual Studio 2013 Update 4.

Совместимость с предыдущими версиямиCompatibility with Previous Releases

Проекты приложений Магазина Windows для Windows 8.1 и Windows Phone 8.1 можно открыть в Visual Studio 2015.Windows Store app projects for Windows 8.1 and Windows Phone 8.1 can be opened in Visual Studio 2015.

Вы можете установить и использовать Visual Studio 2015 параллельно с Visual Studio 2013 и Visual Studio 2012.You can install and use Visual Studio 2015 alongside Visual Studio 2013 and Visual Studio 2012. Среду также можно установить на версию-кандидат Visual Studio 2015, не удаляя версию-кандидат.It can also be installed on top of Visual Studio 2015 RC without having to uninstall RC.

.NET 4.6 — это обновление «на месте» для .NET 4, .NET 4.5, .NET 4.5.1 и .NET 4.5.2 с высокой степенью совместимости..NET 4.6 is a highly compatible in-place update of .NET 4, .NET 4.5, .NET 4.5.1, and .NET 4.5.2. Дополнительные сведения о совместимости с .NET см. в разделе Совместимость приложений в .NET Framework.See Application Compatibility in the .NET Framework for more information on .NET compatibility.

Варианты обновленияUpgrade paths

При соблюдении поддерживаемых путей обновления ваши файлы исходного кода, решения и проекта Visual Studio будут продолжать работать; но вы должны быть готовы внести некоторые изменения в исходный код.When following the supported upgrade paths, your Visual Studio source, solution, and project files will continue to work; however, you should expect to make some changes to sources. Хотя мы не можем гарантировать совместимость между версиями на уровне двоичного кода, мы сделаем все возможное, чтобы задокументировать важные изменения, чтобы помочь вам с обновлениями.While we cannot guarantee binary compatibility between releases, we will do our best to document significant changes to assist you with updates.

Пути обновления Release ManagementRelease Management upgrade paths

Release Management 2015 — это полный пакет, включающий последние дополнения функций и обновления программного обеспечения.Release Management 2015 is a full layout that includes the latest feature additions and software updates. Перед обновлением до Release Management 2015 убедитесь, что у вас есть полная резервная копия текущих баз данных и криптоключ RSA (инструкции по экспорту криптоключей RSA см. в этой записи блога).Before you try to upgrade to Release Management 2015, make sure that you have a full backup of your current databases and RSA crypto key (see this blog post for RSA crypto keys export instructions). При сбое установки Release Management вы не сможете перезапустить обновление или вернуться к предыдущей версии Release Management, не выполнив восстановление.If the Release Management installation fails, you will be unable to restart the update or roll back to the earlier version of Release Management without performing a restore operation.

К этому выпуску применяются следующие пути обновления.The following upgrade paths apply to this release.

Поддерживаемые обновленияSupported upgrades

  • Release Management для Visual Studio 2013 до Release Management для Visual Studio 2015Release Management for Visual Studio 2013 to Release Management for Visual Studio 2015
  • Release Management для Visual Studio 2013 с обновлением 4 до Release Management для Visual Studio 2015Release Management for Visual Studio 2013 Update 4 to Release Management for Visual Studio 2015
  • Release Management для версии-кандидата Visual Studio 2015 до Release Management для Visual Studio 2015Release Management for Visual Studio 2015 RC to Release Management for Visual Studio 2015

Extend Visual Studio

Add your own Visual Studio extension to include a tool or script that you often use while coding. You can create custom menu items and tool windows to integrate your own tools into the Visual Studio IDE. You can extend the Visual Studio editor to analyze and fix code, or add a new project type to include just what you need.

To find the latest version of the Visual Studio Extensibility Tools (VS SDK), see Visual Studio SDK.

You can use the .NET Compiler Platform (Roslyn) to write your own code analyzers and code generators.

Find extensions for the Visual Studio IDE in the Visual Studio Marketplace. The extensions in the Marketplace are created by Microsoft developers as well as our development community.

СкачатьDownload

Нажмите кнопку, чтобы скачать последнюю версию Visual Studio 2017.Click a button to download the latest version of Visual Studio 2017. Инструкции по установке и обновлению Visual Studio 2017 см. в документации по обновлению до последнего выпуска Visual Studio 2017.For instructions on installing and updating Visual Studio 2017, see the Update Visual Studio 2017 to the most recent release. Кроме того, см. инструкции по установке в автономном режиме.Also, see instructions on how to install offline.

Вы можете скачать другие продукты Visual Studio 2017 на странице visualstudio.microsoft.com/downloads.Visit the visualstudio.microsoft.com/downloads page to download other Visual Studio 2017 products.

Примечание. Размер пакета установки зависит от текущей конфигурации Visual Studio.Note: Installation package size will vary depending on your current Visual Studio configuration.

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

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

Adblock
detector