-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Fody ConfigureAwait library instead of manual ConfigureAwait calls. #2645
Conversation
maliming
commented
Jan 15, 2020
I will do more tests. |
Related to #2577 |
@maliming if that's OK, I will merge. |
I need to remove |
If there are no other issues to investigate, you can merge it. |
@maliming I forked your PR branch, compiled the code, opened the Volo.Abp.Authorization.dll (as an example) in the JetBrains DotPeek and didn't see the ConfigureAwait calls. Screenshot: What I am missing? |
hi @hikalkan |