Terje Sandstrom

Terje Sandstrom

Github and Azure DevOps specialist, Visual Studio Development Technologies MVP and NUnit core team member

Primary menu

  • Visual Studio
  • Extensions
  • NUnit
  • Git
  • How to Recipes
    • How to get some output from dotnet test
    • NUnit testing using the new project format
    • How to do .Net core setup for tests
    • How to get NUnit3TestAdapter pre-release packages
    • How to find/clear your Nuget caches
    • How to enable/disable user dumps
    • Fixing missing project.json error in old csproj format
  • Issues
    • MSB4011
  • Code
  • Azure DevOps
    • Azure DevOps
  • About

Category Archives: none

How to fix the CA0053 error in Code Analysis in Visual Studio 2012

Posted on August 18, 2012 by terje — 1 Comment ↓

Background You are opening a solution made in Visual Studio 2010 with VS 2012.  When you run Code Analysis you get a series of CA0053 errors, saying it is unable Continue Reading →

Posted in none | 1 Comment ↓

Visual Studio 2010: Version and update information tool

Posted on May 6, 2012 by terje — 1 Comment ↓

Download from VS Gallery  In my work I meet many developers, tester and project managers, all using Visual Studio.  When I ask them if they have updated it to the latest Continue Reading →

Posted in none | 1 Comment ↓

Visual Studio & TFS 2012 – List of extensions and tools (Part 2)

Posted on March 22, 2012 by terje — 1 Comment ↓

This post is continued HERE. Go to Part 1 – List of Product Updates for information on Visual Studio and TFS 2012 updates Looking for the VS 2010 extensions ? Go Continue Reading →

Posted in none | 1 Comment ↓

Packaging custom checkin policies for Visual Studio using VSIX

Posted on March 10, 2012 by terje — 1 Comment ↓
Posted in none | 1 Comment ↓

Using the Static Code Analysis feature of Visual Studio (Premium/Ultimate) to find memory leakage problems

Posted on November 27, 2011 by terje — 1 Comment ↓

Memory for managed code is handled by the garbage collector, but if you use any kind of unmanaged code, like native resources of any kind, open files, streams and window Continue Reading →

Posted in none | 1 Comment ↓

Guide to reduce TFS database growth using the Test Attachment Cleaner

Posted on November 15, 2011 by terje — 1 Comment ↓

UPDATED March 24th 2016:   Test Data Retention is now added to TFS 2015 Update 1,  see this post for more information. UPDATED Apr 15th 2013: Corrected to VS2012 Update Continue Reading →

Posted in none | 1 Comment ↓

New version of the Inmeta Build Folder Extension

Posted on May 12, 2011 by terje — Leave a reply

The 1.0.1 version of the Build Folder Extension is now out and can be downloaded from the Visual Studio Code Gallery  at http://visualstudiogallery.msdn.microsoft.com/35daa606-4917-43c4-98ab-38632d9dbd45  Source code, discussions and issue tracking can Continue Reading →

Posted in none | Leave a reply

Visual Studio–Build Folders extension for Team Explorer

Posted on April 1, 2011 by terje — Leave a reply

We have just released a free extension for Visual Studio which adds a Builds Explorer with folders to the Team Explorer.  The extension can be downloaded from Visual Studio Gallery Continue Reading →

Posted in none | Leave a reply

Microsoft Test Manager error in displaying test steps caused by malware

Posted on January 28, 2011 by terje — 1 Comment ↓

Sometimes the tool is blamed for errors which are not the fault of the tool – this is one such story.  It was however, not so easy to get to Continue Reading →

Posted in none | 1 Comment ↓

Visual Studio & TFS 2010 – List of extensions and upgrades

Posted on December 5, 2010 by terje — 1 Comment ↓

This post is about VS 2010, go here for the VS/TFS 11 extensions. UPDATED Apr 9th 2012: VersionInfo, NuGet, Code Contracts  UPDATED Oct 7th 2012:  New Visual Studio GDR UPDATED Continue Reading →

Posted in none | 1 Comment ↓

Post navigation

← Older posts

Subscribe to news

Loading

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

    Docs

  • Test logging

    VSTest
    NUnitAdapter, use runsettings

    VSTest logs

  • 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

Categories

  • Azure (1)
  • Azure DevOps (17)
  • Azure Devops (2)
  • Bash (1)
  • Branching (2)
  • Build (4)
  • C# (4)
  • Code (5)
  • Code Coverage (1)
  • Code Quality (9)
    • Code Analysis (6)
  • Dependencies (1)
  • Extensions (9)
  • Git (11)
  • Github (2)
  • IFix (4)
  • Linux (1)
  • none (24)
  • NuGet (7)
  • NUnit (11)
  • Pull Requests (2)
  • Python (1)
  • Resharper (2)
  • Roslyn (1)
  • Testing (5)
  • Uncategorized (15)
  • Unit Testing (9)
  • Visual Studio (34)
  • VSTS (6)
  • Workitems (1)

Recent Posts

  • Starting up with C# and .Net Core
  • How to list git repositores under a common folder root
  • How to setup Azure CLI for use with Bash shell in Windows
  • Github Actions, including how to build .Net Framework projects
  • Debugging the NUnit3TestAdapter

Links

  • Visual Studio Developer Community
  • NUnit Test Adapter on github
  • Visual Studio Timeline
  • Visual Studio downloads
  • Visual Studio release notes
  • TFS 2017 release notes
  • TFS Feature overview
  • Uservoice: Visual Studio
  • User Voice: Team Services
  • Old Blog
  • Visual Studio Team Services (VSTS)
  • Team Foundation Server (TFS)
  • Visual Studio Devops
  • Visual Studio Learn Git
  • Converting TFSVC to Git
  • New Nuget
  • VSTS Build Custom conditions
  • Azure DevOps Test issue reporting sites
  • MS Developer Blogs
  • C++ FAQ

Archives

  • June 2020
  • December 2019
  • November 2019
  • June 2019
  • March 2019
  • February 2019
  • January 2019
  • November 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • August 2017
  • April 2017
  • August 2016
  • June 2016
  • April 2016
  • January 2016
  • November 2014
  • September 2014
  • July 2014
  • June 2014
  • May 2014
  • February 2014
  • January 2014
  • December 2013
  • October 2013
  • September 2013
  • August 2013
  • April 2013
  • November 2012
  • August 2012
  • June 2012
  • May 2012
  • March 2012
  • November 2011
  • October 2011
  • August 2011
  • May 2011
  • April 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • August 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • October 2009
  • August 2009
  • July 2009
  • April 2009
  • March 2009
  • February 2009
  • December 2008
  • November 2008
  • October 2008

Social

  • View Terje.Sandstrom’s profile on Facebook
  • View OsirisTerje’s profile on Twitter
  • View terjesandstrom’s profile on LinkedIn
  • View OsirisTerje’s profile on GitHub

Recent Comments

  • MartinLeeSpoon on Recommended extensions for Visual Studio 2017
  • Martin Severin Steffensen on How to change test naming in Visual Studio using NUnit
  • Julien Couvreur on How to fix Visual studio loading errors, using IFix
  • Rob Prouse on How to fix Visual studio loading errors, using IFix
  • Josh on How to exclude code from Code Coverage in Visual Studio unit testing using runsettings

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

RSS

  • RSS - Posts
Copyright © 2021 Terje Sandstrom All Rights Reserved.
Theme: Catch Evolution by Catch Themes