machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Capture stacktrace of exceptions thrown from async specifications #522

Closed neilrees closed 2 months ago

neilrees commented 2 months ago

Fix for #521 , use ExceptionDispatchInfo to capture the thrown exception and preserve the stack trace

mikeblakeuk commented 2 months ago

@robertcoltheart are you still reviewing PRs?

robertcoltheart commented 2 months ago

Yep, will take a look this weekend