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?
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