Debugging the NUnit3TestAdapter – take 2
In version 4.2 of the NUnit3TestAdapter debugging has been made simpler. You can drop directly into debugging using a runsetting property. Continue Reading →
Github and Azure DevOps specialist, Visual Studio Development Technologies MVP and NUnit core team member
In version 4.2 of the NUnit3TestAdapter debugging has been made simpler. You can drop directly into debugging using a runsetting property. Continue Reading →
It is time to reestablish my list of recommended VSIX extensions to Visual Studio, for 2017 and higher. The list of tools you install now with VSIX is less than before, since so many more tools are available as nuget packages, but there are still some that are very helpful. The list below show some 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