发布于 2016-09-18 00:58:41 | 328 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Microsoft Visual Studio Windows平台集成开发环境

Microsoft Visual Studio(简称VS)是美国微软公司的开发工具包系列产品。VS是一个基本完整的开发工具集,它包括了整个软件生命周期中所需要的大部分工具,如UML工具、代码管控工具、集成开发环境(IDE)等等。所写的目标代码适用于微软支持的所有平台,包括Microsoft Windows、Windows Mobile、Windows CE、.NET Framework、.NET Compact Framework和Microsoft Silverlight 及Windows Phone。


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:usersSomeUserdocumentsvisual studio 2015ProjectsApp5App5binx86Debugilcresources.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.

点击查看发布主页

补丁下载地址:



历史版本 :
Visual Studio 2017 15.6 预览版本 2,增加新功能
Visual Studio 2017 15.6 版本预览,增加新功能
Visual Studio 2017 15.5 Preview 2 发布
Visual Studio 2017 15.4 正式发布,更快更好用
Visual Studio 2017 15.4 预览版发布
Visual Studio 2017 15.3 发布,可用性改进
Visual Studio for Mac 7.2 Alpha 预览版发布
Visual Studio 2017 15.3 Preview 发布
Visual Studio for Mac 正式版发布
微软 Visual Studio 2017 发布多个新版本
微软发布 Visual Studio 2017 for Mac 正式版
微软发布 Visual Studio 2017 Preview 15.2
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务