rebus-org / Rebus

:bus: Simple and lean service bus implementation for .NET
https://mookid.dk/category/rebus
Other
2.27k stars 355 forks source link

Saga test fixture should have its ugliness hidden to the debugger #138

Closed mookid8000 closed 11 years ago

mookid8000 commented 11 years ago

When stepping into the saga fixture's Handle method, all kinds of crazy internals become visible.

It should be decorated with a [DebuggerStepThrough] or something........ I think.... maybe?

Or does that make it impossible to step into the user code?

This should probably be investigated :)

mookid8000 commented 11 years ago

BAM! (hackernight.....)