Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Microsoft Visual Studio 2019 version 16.10.0

Posted By: scutter
Microsoft Visual Studio 2019 version 16.10.0

Microsoft Visual Studio 2019 version 16.10.0 | 42.5 Gb
Languages: english, русский
Updated: Added Microsoft Visual Studio 2019 C++ Compiler Only v16.10.0

Microsoft announces the release of Visual Studio 2019 version 16.10. This is the most recent version of Microsoft Visual Studio 2019 generally available as of today. Along with this, the company also announces the first preview release of Visual Studio 2019 version 16.11.

In this release of Visual Studio 2019, Microsoft focused on developer productivity and convenience. As part of this, they added around 20 new features for C++ devs, improved Git integration, improved profiling tools, and a host of new features that will improve your productivity.

Visual Studio 2019 version 16.10.0 - Date: May 25, 2021

C++
- All C++20 features are now available under the /std:c++latest switch. While MSVC’s implementation of the C++20 standards (as currently published by ISO) is feature complete, some key C++20 library features are expected to be amended by upcoming Defect Reports (ISO C++20 bug fixes) that may change them in an ABI-incompatible way. Please see Microsoft/STL Issue #1814 for more details.
. C++20 immediate functions & constinit support added in 16.10
. The final pieces of <chrono>: new clocks, leap seconds, time zones, and parsing
. Implementation of <format> for text formating
- /openmp:llvm is now available on x86 and ARM64, in addition to x64
- Include directories can now be designated as external with customized compilation warning levels and code analysis settings.
- Added the /await:strict switch to enable C++20-style coroutines in earlier language modes.
- Debugger visualization of std::coroutine_handle<T> now displays the original coroutine function name and signature and the current suspend point.
- Added support for CMakePresets.
- You will now be required to accept or deny the host key fingerprint presented by the server when adding a new remote connection in Visual Studio.
- Added an /external switch to MSVC for specifying headers which should be treated as external for warning purposes.

Docker Tools improvements
- Ability to create a launch profile that configures which services to start in your Compose file.
- Ability to tag an image.
- Added a Volumes tab for containers.
- Added a Labels tab for containers.
- Added a Labels tab for images.
- Containers are now grouped by Compose project.

Editor
- For folks who want a less crowded experience, line spacing can be modified by searching for "line spacing" in Visual Studio Search (Ctrl+Q). The option is under Text Editor\General.
- Find in Files and Find all References have a control to keep results. Based on feedback from our community, we've added an option to toggle the "Keep Results" option to on by default. This option can be found by searching for "keep search results by default" in Visual Studio Search (Ctrl+Q). The option is under Environment\Find and Replace. Note that users are currently limited to 5 results for Find in Files and 5 more results for Find all References.
- A new option in Find in Files allows users to run additional searches and append those results to a previous search.

Editor Extensibility
- The behavior of the code that manages IntraTextAdornmentTags has changed. With this change, just like with any other ITagger, you must raise a tags changed event when the underlying tags change. Otherwise, your tags may never be updated.

Debugging & Diagnostics
- Diagnostic Analysis of memory dumps now includes Managed Linux core dumps.

Git Productivity
- Jump to the web with deep links to create a new pull request and view PRs on GitHub or Azure DevOps from the Git menu.
- Checkout local and remote branches with a single select from the branch picker.
- Remove items from the repository picker through the context menu.
- Turn on automatic loading of the solution when opening a Git repository through Git > Settings.
- Toggle behavior of double-clicking to check out branches from the Git Repository window through Git > Settings.
- Sync (Pull then Push) your branch with multiple remotes from the Git Changes window overflow menu.
- Customize your visible Git Changes window toolbar actions (Fetch, Pull, Push, Sync) from the overflow menu.
- Open your repository in the browser from the Git Changes window overflow menu.
- Search and checkout local and remote branches from the status bar.
- Search and switch between local Git repositories from the status bar.
- Fixed an issue where local repositories list in the Git menu wasn't loading on Visual Studio launch.
- Add nested project sub-repos to your local repositories list when opening a repository.
- Keep solution open when switching repositories through Git > Settings.
- Turn off open folder when opening repositories through Git > Settings.
- Sync your branch with the remote from the unpushed commits button in the status bar, and from the Sync command in Git Menu.
- Fetch and pull from the Git Repository window history pane even when there are no incoming commits.
- View Commit Details and the comparison of file changes embedded in the Git Repository window.
- Automatically re-connect or prompt to establish initial Azure DevOps connection when opening an Azure DevOps Git repository.
- Merge and rebase with visible branch names, replacing confusing Source / Target terminology.
- Improved performance and reliability for source control glyphs in Solution Explorer.
- Preserve incoming/outgoing sections in Git Repository window even when empty.
- Consolidated Fetch/Pull/Push dropdowns for multiple remotes in Git Changes window to a single Action menu.

.NET Productivity
- Argument completion in method calls
- EditorConfig UI
- Visually inspect and navigate the inheritance chain
- IntelliSense completion for casts, indexers, and operators
- Debugger support for Source Generators
- Code cleanup support for Visual Basic
- Edit and Continue (EnC) updates
- Remove Unused References
- Smart Break Line
- Simplify LINQ expression refactoring
- IntelliSense completion for Enum values
- IntelliSense completion mode setting
- Code style preference for new lines
- Find All References support for Source Generators

Razor (ASP.NET Core) Preview Editor
- IntelliSense completion updates
- Go to Definition support for generic components
- New code style configuration for tabs and spaces
- Razor text editor in Tools Options is now called Razor (ASP.NET Core)

Test Experience Accessibility improvements
- Console.Writeline now shows in the Test Explorer
- Test output can now preserve tags so hyperlinks and stacktrace links are navigable even from the log files.
- Log files are created for a single test result when output is over 300 characters or if there are over 10 files attached to the test result.
- Log files can also now open in preview so it’s easier to manage your tabs.
- Log files and the Test Explorer support Ctrl PgUp/PgDn for navigating the cursor and Shift+Ctrl PgUp/PgDn for selection.
- The log file editor is now using the IVsTextView interface which means it will now be able to open very large text files. This should eliminate the need for users to Copy All truncated logs and open them in a separate editor such as Notepad. For MSTest, we now also include a single log file that aggregates all the output instead of only having individual log files for each data row.
- You can now get cross-platform code coverage at the command-line on Ubuntu and Alpine with the dotnet cli. For users interested in getting code coverage on machines targeting those platforms you can now add the same code coverage collection commands that you'd normally use on windows. See more documentation for dotnet test.
- There is now an expand all button next to the collapse all button in the Test Explorer. This command has been available through keyboard shortcuts (Ctrl+A, Ctrl+ right arrow), but more feedback indicated adding a button was worth the additional UI. As always, thank you for letting us know what you think via http://developercommunity.visualstudio.com/.
- There are also some slight changes to how the Test Explorer shows "staleness." "Staleness" is the grayed out or "faded" test results that indicate the result was not from the latest test run. If a result is not a part of the most recent test run it will appear as stale. Previously, new test discoveries (or even old test results that were rediscovered) were also shown with solid icons. This caused some confusion on why some 'Not Run' tests were faded and why others were not. This change will reduce the complexity of staleness.
- With the persisted test results feature (added in version 16.2) you can see test results from the last test run even if you've closed and re-opened Visual Studio. This helps users remember where they left off and gives more context without requiring another test run. We also modified the behavior of persisted results so they will always appear stale. This better indicates that they were not from a test run that executed during the current Visual Studio session.

Web Tools:
- Switch to V2 of API for Azure AD provisioning
- Azure App Configuration as a Connected Service now supports dynamic configuration

Windows Application Packaging Project Dependencies Tree
- Added a "Dependencies Tree" to the WAP Project

XAML Tooling Improvements
- Improved XAML IntelliSense and XAML Hot Reload for Xamarin.Forms customers
- Introduced XAML Sample Data for select ItemsControls in WPF
- Added new lightbulb for quick access to commonly edited properties
- Added new lightbulb in the XAML Editor to help create a view-model

Service Fabric Tools
- Introducing StartupServices.xml in Service Fabric Applications

Microsoft Visual Studio 2019 version 16.10.0

It’s already two years when Visual Studio 2019 was released by Microsoft. Since then, the company released so many updates for the IDE with new features, improvements, and fixes. As of now, the latest version of Visual Studio 2019 is 16.10; and the company is already working on Visual Studio 2019 version 16.11.

Visual Studio 2019 16.10 comes with new productivity enhancements for .NET developers. These include new IntelliSense features, which automate common workflow tasks, and new tools to improve the quality of testing. There are now 20 conformance features for C++, including support for C Make preset files and improved security for remote connections. Users will also see improved Git tooling, to automate and be productive with Git workflows, and enhanced Docker and Azure tooling for seamless Azure development.

Visual Studio Toolbox Live - What's New in Visual Studio 16.10?


Getting Started with Visual Studio 2019


Microsoft Corporation, leading developer of personal-computer software systems and applications. The company also publishes books and multimedia titles, offers e-mail services, and sells electronic game systems, computer peripherals (input/output devices), and portable media players. It has sales offices throughout the world.

Product: Microsoft Visual Studio
Version: 2019 verison 16.10.0 (16.10.31321.278) Full Off-Line Content (3 Editions + Tools) *
Supported Architectures: 32bit / 64bit
Website Home Page : www.visualstudio.com
Language: english, русский
System Requirements: PC **
Size: 42.5 Gb

en_ru_visual_studio_ent_pro_comm_2019_x86_x64_dvd_16.10.31321.278.iso
en_Microsoft_Visual_Studio_2019_V16_10_0_Tools.rar
ru_Microsoft_Visual_Studio_2019_V16_10_0_Tools.rar
en_ru_Microsoft_Visual_Studio_2019_C++_Compiler_Only_v16.10.0

Visual Studio 2019 will install and run on the following operating systems (64 bit recommended):

- Windows 10 version 1703 or higher: Home, Professional, Education, and Enterprise (LTSC and S are not supported)
- Windows Server 2019: Standard and Datacenter
- Windows Server 2016: Standard and Datacenter
- Windows 8.1 (with Update 2919355): Core, Professional, and Enterprise
- Windows Server 2012 R2 (with Update 2919355): Essentials, Standard, Datacenter
- Windows 7 SP1 (with latest Windows Updates): Home Premium, Professional, Enterprise, Ultimate
Hardware:
- CPU:1.8 GHz or faster processor. Quad-core or better recommended
- Memory:2 GB of RAM; 8 GB of RAM recommended (2.5 GB minimum if running on a virtual machine)
- Hard disk space: Minimum of 800MB up to 210 GB of available space, depending on features installed; typical installations require 20-50 GB of free space.
- Hard disk speed: to improve performance, install Windows and Visual Studio on a solid state drive (SSD).
- GPU:Video card that supports a minimum display resolution of 720p (1280 by 720); Visual Studio will work best at a resolution of WXGA (1366 by 768) or higher.
Additional Requirements:
- Administrator rights are required to install Visual Studio.
- .NET Framework 4.5 is required to install Visual Studio. Visual Studio requires .NET Framework 4.7.2, which will be installed during setup.
- Windows 10 Enterprise LTSC edition, Windows 10 S and Windows 10 Team Edition are not supported for development. You may use Visual Studio 2019 to build apps that run on Windows 10 LTSC, Windows 10 S and Windows 10 Team Edition.
- Internet Explorer 11 or Edge is required for internet-related scenarios. Some features might not work unless these, or a later version, are installed.
- For Hyper-V emulator support, A supported 64-bit operating system is required. A processor that supports Client Hyper-V and Second Level Address Translation (SLAT) is also required.
- For Android Emulator support, a supported processor and operating system is required.
- Universal Windows app development, including designing, editing, and debugging, requires Windows 10. Windows Server 2016 and Windows Server 2012 R2 may be used to build Universal Windows apps from the command line.
- The Server Core and Minimal Server Interface options are not supported when running Windows Server.
- Running Visual Studio 2019 (Professional, Community, and Enterprise) in Windows containers is not supported.
- Team Foundation Server 2019 Office Integration requires Office 2016, Office 2013, or Office 2010.
- Xamarin.Android requires a 64-bit edition of Windows and the 64-bit Java Development Kit (JDK).
- PowerShell 3.0 or higher is required on Windows 7 SP1 to install the Mobile Development with C++, -JavaScript, or .NET workloads.

Please visit my blog

Added by 3% of the overall size of the archive of information for the restoration

No mirrors please


Microsoft Visual Studio 2019 version 16.10.0