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: Uncategorized

New version of the NUnit 2 adapter supporting Visual Studio 2019

Posted on June 5, 2019 by terje — Leave a reply

The NUnit 2.X framework have been superseded by the NUnit 3 framework several years ago. Each framework “family” needs a separate adapter, one for the V2 and one for the Continue Reading →

Posted in Uncategorized | Leave a reply

Moving to SDK-Style projects and package references in Visual Studio, part 1

Posted on March 11, 2019 by terje — Leave a reply

Background With the introduction of .NET core some time back, Visual Studio got two different project systems. Along with this, we also got two different formats for a ‘csproj’ file. Continue Reading →

Posted in Uncategorized | Leave a reply

Hello world!

Posted on May 2, 2014 by wpengine — 1 Comment ↓

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | 1 Comment ↓

Build Explorer version 1.1 for Visual Studio Team Explorer is released

Posted on November 15, 2011 by terje — Leave a reply

Our free extension to Visual Studio , the folder based Build Explorer Version 1.1 has now been released, and uploaded to the Visual Studio Gallery and Codeplex. We have collected Continue Reading →

Posted in Uncategorized | Leave a reply

Fixing the default checkin action, make Associate the default instead of Resolve

Posted on November 19, 2010 by terje — Leave a reply

When checking in code with workitems, one should connect them with workitems.  In some cases you need to check in multiple times before the item is resolved.  If you are Continue Reading →

Posted in Uncategorized | Leave a reply

Osiris becomes Inmeta

Posted on August 23, 2010 by terje — Leave a reply

This summer Inmeta ASA, a leading Norwegian IT company, bought Osiris Data.  It means we’re now more than 150 consultants, up from 30 as we were.  It means a lot Continue Reading →

Posted in Uncategorized | Leave a reply

Team Foundation Server – Test Center and Visual Studio build list management

Posted on June 26, 2010 by terje — Leave a reply

One of the great things with the Team Foundation server 2010 is the integration between the different parts. In this blog post, I’ll go through the connection between a Test Continue Reading →

Posted in Uncategorized | Leave a reply

Osiris Data has upgraded TFS 2010 from beta to RC in production

Posted on February 10, 2010 by terje — 1 Comment ↓

We have just upgraded our TFS production system to the RC from Beta 2.  Upgrading and Migration were done in 1.5 hour.  More than 75 team projects upgraded.  Our 30 Continue Reading →

Posted in Uncategorized | 1 Comment ↓

Branched history working in Visual Studio 2010 using TFS Server 2008

Posted on October 24, 2009 by terje — 1 Comment ↓

Visual Studio 2010 (beta 2) can be connected to an existing TFS 2008 Server.  Much of the new great stuff is then not available, quite naturally.  But I was quite Continue Reading →

Posted in Uncategorized | 1 Comment ↓

Seminar on news in Team System 2010, September 15th in Oslo, Norway

Posted on August 24, 2009 by terje — Leave a reply

In June we ran a free 2,5 hour seminar at Microsoft on the Team System 2010.  It went rather well, so it’s being set up again, on September 15th.  It’s Continue Reading →

Posted in Uncategorized | Leave a reply

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)
  • dotnet (1)
  • Extensions (9)
  • Git (11)
  • Github (2)
  • IFix (4)
  • Linux (1)
  • none (24)
  • NuGet (7)
  • NUnit (12)
  • Pull Requests (2)
  • Python (1)
  • Resharper (2)
  • Roslyn (1)
  • Testing (6)
  • Uncategorized (15)
  • Unit Testing (9)
  • Visual Studio (35)
  • VSTS (6)
  • Workitems (1)

Recent Posts

  • Debugging the NUnit3TestAdapter – take 2
  • 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

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

  • December 2021
  • 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 © 2022 Terje Sandstrom All Rights Reserved.
Theme: Catch Evolution by Catch Themes