Namespace Changed in VS 2005 RC

Hi,

Why this namespace got changed in VS 2005 RC build  "Microsoft.VisualStudio.QualityTools.UnitTesting.Framework" to "Microsoft.VisualStudio.TestTools.UnitTesting". I have to go and change this namespace on all my test projects.

Can you someone explain the reason behind this.



Answer this question

Namespace Changed in VS 2005 RC

  • Craig McGuff

    It was part of a namespace cleanup, and getting FxCop clean(er). E.g. remove code names, make namespaces more logical etc.

    Is this causing you a specific problem Or is it just the inconvenience It was horribly painful for us, but we go through it with Find/Replace in files :) (for our N-thousand tests)

  • Stonaltar

    Thanks dhopton for the clarification.

  • Namespace Changed in VS 2005 RC