Adding a terminal window to Visual Studio 2017
Visual Studio 2017 lack a proper internal terminal. The Command Line extension has been a good substitute, but it opens up in a separate window. If you work with multiple Continue Reading →
Github and Azure DevOps specialist, Visual Studio Development Technologies MVP and NUnit core team member
Visual Studio 2017 lack a proper internal terminal. The Command Line extension has been a good substitute, but it opens up in a separate window. If you work with multiple Continue Reading →
The Visual Studio Test Explorer user interface have been nearly the same since 2012, with only a few minor updates. One thing that have annoyed a few people are how Continue Reading →
When you do test runs with the Test Explorer in Visual Studio, you can select to use either a x86 or a x64 test runner. Now, if you select to Continue Reading →
Download: IFix 1.7 When I start creating a new solution I normally want this in its own git repository, and I catch myself adding the same stuff over and over Continue Reading →
This post is written for those going from TFS Version Control to Git, and is an introduction to a smart improvement in Visual Studio 2015 – Commit Amend. Command Line Continue Reading →
Visual Studio is normally a very stable environment, but some times it might crash on you. This might happen if you either install some new extension, or even if you Continue Reading →
Go to Part 1 – List of Product Updates for information on Visual Studio and TFS 2013 updates Looking for the VS 2012 product updates and extensions ? Go to Continue Reading →
I just got into some strange errors after I had done a NuGet update-packages of some package. The build of the solution after the update failed with a strange error Continue Reading →
Looking for List of VS 2013 Extensions (Part 2) Updated Oct 17th 2014: Visual Studio and TFS 2013 Update 4 RC Looking for the VS 2012 product info and extensions? Go Continue Reading →
Go to Part 1 – List of Product Updates for information on Visual Studio and TFS 2013 updates Looking for the VS 2012 product updates and extensions ? Go to Visual Studio 2012 Continue Reading →
Caches On Windows:
%LocalAppData%\NuGet\Cache
%UserProfile%\.nuget\packages
To clear: nuget locals all --clear
Feed url: https://api.nuget.org/v3/index.json
VSTest
NUnitAdapter, use runsettings
From admin prompt:
Start powershell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
https://www.microsoft.com/net/download/visual-studio-sdks
Add this tag to the initial propertygroup
AppendTargetFrameworkToOutputPath
Set value to false