vs-community-edition

Profiling tests in Visual Studio Community 2015

允我心安 提交于 2019-12-18 13:54:38
问题 Posts on the web suggest that you can profile tests in Visual Studio by right-clicking and selecting "Profile Test": http://adamprescott.net/2012/12/12/performance-profiling-for-unit-tests/ But I only see "Run Test" and "Debug Test" for my NUnit tests, and the same for xUnit.NET. What am I missing in order to profile tests? Is this just not supported in Community edition, or I am missing some configuration or component? (It would seem odd if it's not supported in Community, given I can

Can Visual Studio Community 2015 be easily updated to Visual Studio Professional 2015

自作多情 提交于 2019-12-01 02:29:53
I have Visual Studio Community Edition 2015 installed on my drive D:. I recently got a 1TB SSD for my C: drive and wanted to move VS to that drive. Long story shortened; it was a nightmare. Although I could uninstall VS, I could not get it to reinstall in any other location except for D:. After three days of trying, I gave up and reinstalled back to D:. I still could not get it to install correctly and some things are "damaged". Updates, etc. do not completely succeed because of the "damaged" module installation. I do not want to risk running the "Repair" option in the control panel again

How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?

浪尽此生 提交于 2019-11-28 18:23:24
I have a project created on Visual Studio 2010. When I try to run the project on Visual Studio 2015 Community edition I get the error below, Severity Code Description Project File Line Error MSB8020 The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". graphics C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140

How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?

余生长醉 提交于 2019-11-27 11:19:03
问题 I have a project created on Visual Studio 2010. When I try to run the project on Visual Studio 2015 Community edition I get the error below, Severity Code Description Project File Line Error MSB8020 The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and