Microsoft Visual Studio 2015 Update 3 更新了补丁,编号为KB3165756。
主要修复了14.0. 25431.01版本中的Bugs:
Issue 1
Visual C++ IntelliSense requests may fail in sections of code in which multiple namespaces that are opened by a single macro expansion are active.
To work around this issue, explicitly replace the macro with its expansion.
Issue 2
When you build multiple solutions in different instances of Visual Studio, false errors are sometimes reported in one of the instances.
Issue 3
Visual Studio may crash if you stop debugging and then resume debugging soon after.
Issue 4
Visual Studio may crash when you debug managed applications if IntelliTrace does not load.
Issue 5
When you upgrade the existing Extension SDK to a later version, the installation fails and you receive the following error message:
The method or operation is not implemented.
Issue 6
Provides improved XAML designer reliability.
Issue 7
Text Editor settings now persist as expected. In earlier updates to Visual Studio 2015, text editor settings frequently reverted automatically.
Issue 8
The data binding dialog box is now displayed correctly when you use third-party languages.
Issue 9
When you deploy Windows Universal apps to certain Windows devices, such as Xbox One or HoloLens, you may receive one of the following error messages if you deploy the app to the device on which it was previously deployed:
DEP2100 : Cannot copy the file “c:\users\SomeUser\documents\visual studio 2015\Projects\App5\App5\bin\x86\Debug\ilc\resources.pri” to the target machine “127.0.0.1”.
Unable to activate Windows Store app ‘134ebb6-879c-0483d-0bc130264_153eg2134dbg!App’. The activation request failed with error ‘The package could not be installed because resources it modifies are currently in use’.
Issue 10
Reduces the memory footprint of Edit and Continue operations.
Issue 11
When you create a project that includes Application Insights by using Git, your CI build fails because the .gitignore file contains the ApplicationInsights.config file. To work around this issue, you can either run git add –force on ApplicationInsights.config, or you can remove the file from .gitignore. This update removes ApplicationInsights.config from .gitignore.
Issue 12
Visual Studio stamps the output of a PCL-targeting netstandard with a TargetFrameworkAttribute class that may generate MSBuild warnings when that PCL is referenced by other PCLs that target a profile. This warning is now removed by disabling the TargetFrameworkAttribute version check when another PCL references a PCL-targeting netstandard.
Issue 13
CodeLens uses excessive CPU when finding references for methods which implement common interfaces.
Issue 14
Fixed UI delay occurring occasionally after a build of certain Visual C++ projects.
Issue 15
In Visual Studio 2015 Update 3 with Windows 10 Tools 1.4.1, incremental deployment to same device will instead sometimes result in a full deployment.
Issue 16
This change addresses an issue in PCL targeting. The KB3165756 update (version 14.0.25425.01, released on August 2, 2016) introduced a change that addressed a problem that occurred when the Portable Class Library tooling targeted the .NET Framework 4.6, ASP.NET Core, or UWP 10.0. In this situation, the Portable Class Library tooling generated a project.json that used the “dotnet” TFM. The “dotnet” TFM is now obsolete and may no longer be supported by NuGet packages. The PCL tooling in the KB3165756 update was therefore changed to always target .NET Standard, even for specific target platforms. However, the fix in KB 3165756 was determined to be incomplete. Therefore, this update reverts the fix. Current versions of NuGet still check for obsolete TFMs and warn the user about them so that users can manually update the TFMs.
Issue 17
When you update some extensions in Visual Studio (including the Roslyn insiders extension), you may find that later instances of Visual Studio (after the immediate next instance) don’t work. The fix was to update the Settings DLL that merges pkgdefs so that it matches what the devenvexecutable does. The workaround is to run devenv /updateConfiguration at a developer command prompt.
Issue 18
Fixes a bug that prevented Accelerated Massive Parallelism (AMP) from working in a multi-GPU environment when you use a Session 0 shell (such as in cluster nodes).
Issue 19
This fix makes sure that cleanup occurs between debug sessions and that you no longer have to wait between sessions.
Issue 20
Fixes a memory leak to increase designer stability.
Issue 21
Code that is generated for floating-point operations could be incorrect when it performs square-root calculations. This typically occurs in the following situations:
You compile by using the /fp:fast or /Qfast_transcendentals switch, and you use standard library functions to calculate the square-root.
You use the _mm_sqrt_sd/_mm_sqrt_ss intrinsic functions.
This problem prevents the upper part of an XMM register from being cleared. This could allow later instructions that use that register to operate on invalid values.
Issue 22
Fixes an issue that prevented extended popup editors, such as the brush editor, from being displayed when you arrange items in the XAML designer’s properties tool window by name.
点击查看发布主页
补丁下载地址: