-
Notifications
You must be signed in to change notification settings - Fork 621
Important Discussions
Steve Gordon edited this page Oct 6, 2016
·
2 revisions
Mediatr Handler/Message Naming - Agreed that we will not apply an "Async" suffix on class/method names for Mediatr handlers, commands or queries.
Use of ConfigureAwait - Agreed that we do not need to call ConfigureAwait(false) on Tasks since ASP.NET Core does not have a sync context.