发布于 2016-06-08 02:57:13 | 115 次阅读 | 评论: 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。
Visual Studio 2015 Update 3 RC 发布了。
一些提升:
Support for adding Application Insights to ASP.NET Core RC2 projects from Visual Studio.
Diagnostic Tools events for ASP.NET 5 RC1 and ASP.NET Core RC2 projects.
Automatic refreshes of Application Insights Search when detail filters, time ranges, and events are selected.
Go to Code from requests in Search.
Improved “Find telemetry for this…” menu in Search.
Improved HockeyApp sign-in experience.
Bug 修复:
Performance improvements to the C# background code analysis engine that collects errors and warnings. These improvements have also significantly reduced overall memory consumption.
Performance improvements to the C# GoTo Implementation and Find All References. You can try these by selecting an object, right-clicking on it and then selecting them from the menu.
You can now enable an option to suggest usings for types in reference assemblies or NuGet packages. You can try this under Tools > Options > Text Editor > C# > Advanced, “Using Directives”.
When you apply a “fix all” action to document/project/solution we now display a progress bar.
查看完整信息,可以点击这里。