gautema/CQRSlite

Please make use of ConfigureAwait(false)

bdongus opened this issue · 3 comments

Hi.

In my own code I follow the best practices Steven Cleary recommends.
As there is no UI thread context in CQRSlite, the use of .ConfigureAwait(false) IMHO makes sense and could improve performance.

Or is there a reason not making use of it in CQRSlite?

Kind regards
Bernd

Hi.

There is no reason. I'll take a look at it during the weekend or next week.

Awesome

Fixed in release 0.23.0