Skip to content

Important Discussions

Steve Gordon edited this page Oct 6, 2016 · 2 revisions

Development Decisions

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.