nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03345
[Bug 1084471] [NEW] NullReferenceException in VisualStudioConverter.ConvertVSSolution
Public bug reported:
When invoking the console runner. Please see below for console output.
The problematic solution file is attached.
-------
$>nunit-console AdamsClient.sln
NUnit-Console version 2.6.2.12296
Copyright (C) 2002-2012 Charlie Poole.
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
Copyright (C) 2000-2002 Philip Craig.
All Rights Reserved.
Runtime Environment -
OS Version: Microsoft Windows NT 5.1.2600 Service Pack 3
CLR Version: 2.0.50727.3643 ( Net 3.5 )
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NUnit.Util.ProjectConverters.VisualStudioConverter.ConvertVSSolution(String path)
at NUnit.Util.ProjectConverters.VisualStudioConverter.ConvertFrom(String path)
at NUnit.Util.ProjectService.ConvertFrom(String path)
at NUnit.Util.ProjectService.LoadProject(String path)
at NUnit.ConsoleRunner.ConsoleUi.MakeTestPackage(ConsoleOptions options)
at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
at NUnit.ConsoleRunner.Runner.Main(String[] args)
** Affects: nunitv2
Importance: Undecided
Status: New
** Attachment added: "AdamsClient.sln"
https://bugs.launchpad.net/bugs/1084471/+attachment/3446689/+files/AdamsClient.sln
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1084471
Title:
NullReferenceException in VisualStudioConverter.ConvertVSSolution
Status in NUnit V2 Test Framework:
New
Bug description:
When invoking the console runner. Please see below for console output.
The problematic solution file is attached.
-------
$>nunit-console AdamsClient.sln
NUnit-Console version 2.6.2.12296
Copyright (C) 2002-2012 Charlie Poole.
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
Copyright (C) 2000-2002 Philip Craig.
All Rights Reserved.
Runtime Environment -
OS Version: Microsoft Windows NT 5.1.2600 Service Pack 3
CLR Version: 2.0.50727.3643 ( Net 3.5 )
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NUnit.Util.ProjectConverters.VisualStudioConverter.ConvertVSSolution(String path)
at NUnit.Util.ProjectConverters.VisualStudioConverter.ConvertFrom(String path)
at NUnit.Util.ProjectService.ConvertFrom(String path)
at NUnit.Util.ProjectService.LoadProject(String path)
at NUnit.ConsoleRunner.ConsoleUi.MakeTestPackage(ConsoleOptions options)
at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
at NUnit.ConsoleRunner.Runner.Main(String[] args)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1084471/+subscriptions
Follow ups
References