Add support for AggregateException

Bug #712539 reported by J Young
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
NUnit Framework
Triaged
Medium
Unassigned

Bug Description

[Issue now tracked at https://github.com/nunit/nunit-framework/issues/16]

Currently NUnit 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.

Tags: github
Revision history for this message
Charlie Poole (charlie.poole) wrote :

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.

affects: nunitv2 → nunit-3.0
Changed in nunit-3.0:
importance: Undecided → Medium
status: New → Triaged
tags: added: framework
description: updated
summary: - Add support for AggreagteException
+ Add support for AggregateException
description: updated
tags: added: github
removed: feature framework
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.