skttl / umbraco-fulltextsearch8

Full Text indexing and searching for Umbraco 8 and Examine.
MIT License
19 stars 22 forks source link

#101 Revert async for TransformingIndexValues, logging and ConfigureAwait #102

Closed enkelmedia closed 1 year ago

enkelmedia commented 1 year ago

This PR will make the following changes:

From this article: https://blog.stephencleary.com/2012/02/async-and-await.html#avoiding-context

A good rule of thumb is to use ConfigureAwait(false) unless you know you do need the context.