scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.46k stars 95 forks source link

fixes #99 - only throw inner exception for AggregateExceptions #101

Closed oxfordemma closed 6 years ago

oxfordemma commented 7 years ago

Tried to add a test, but since the tests were all synchronous, everything got wrapped in AggregateException no matter what I did.

joncloud commented 7 years ago

Is it possible for us to add an asynchronous test to exercise the new code?

oxfordemma commented 7 years ago

Yep, got one working.

haacked commented 6 years ago

Nice work! I'll fix this up and get it merged.