Abp: Consider to use Fody ConfigureAwait library instead of manual ConfigureAwait calls.

Created on 7 Jan 2020  路  3Comments  路  Source: abpframework/abp

For v2.0, we've merged https://github.com/abpframework/abp/pull/2500 to not introduce a new dependency to the build pipeline.
However, we know that it brings additional complexity to the development. We will consider to use the Fody ConfigureAwait library to automate it.

abp-framework effort-2 enhancement

Most helpful comment

No, Fody works when we compile the ABP framework. It doesn't effect your application. If you want, you can also use it.

All 3 comments

Does it mean that ConfigureAwait(false) is automatically added to my codes too?

No, Fody works when we compile the ABP framework. It doesn't effect your application. If you want, you can also use it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vfabregat picture vfabregat  路  3Comments

hikalkan picture hikalkan  路  3Comments

hitaspdotnet picture hitaspdotnet  路  3Comments

SmallShrimp picture SmallShrimp  路  3Comments

hikalkan picture hikalkan  路  3Comments