nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01543
[Bug 712539] Re: Add support for AggreagteException
I'm changing this to the NUnit 3.0 project. Since NUnit 2.x is built with .NET 2.0,
this could only be implemented as a runtime check using reflection. With 3.0,
we'll have a separate framework build for each runtime and this can be
implemented in the most direct way.
** Project changed: nunitv2 => nunit-3.0
** Changed in: nunit-3.0
Importance: Undecided => Medium
** Changed in: nunit-3.0
Status: New => Triaged
--
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/712539
Title:
Add support for AggreagteException
Status in NUnit Test Framework:
Triaged
Bug description:
Currently NUint unrolls the InnerException property messages for an
exception.
It would be nice if it also recursively unrolls the InnerExceptions
(note the s) property of the System.AggregateException.
References