Notes
-
Nuget locations
Caches On Windows:
%LocalAppData%\NuGet\Cache
%UserProfile%\.nuget\packages
To clear: nuget locals all --clear
Feed url: https://api.nuget.org/v3/index.json -
Test logging
VSTest
NUnitAdapter, use runsettings -
Powershell policy
From admin prompt:
Start powershell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -
Dot net sdks
https://www.microsoft.com/net/download/visual-studio-sdks
-
Avoid adding framework to outputpath in new csproj format
Add this tag to the initial propertygroup
AppendTargetFrameworkToOutputPath
Set value to false