Skip to content
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

.GetAwaiter().GetResult() usage in Framework web apps might cause a deadlock #2534

Closed
tippmar-nr opened this issue Jun 10, 2024 · 1 comment · Fixed by #2535
Closed

.GetAwaiter().GetResult() usage in Framework web apps might cause a deadlock #2534

tippmar-nr opened this issue Jun 10, 2024 · 1 comment · Fixed by #2535
Labels
bug Something isn't working

Comments

@tippmar-nr
Copy link
Member

Description
Usage of .GetAwaiter().GetResult() in a .NET Framework web app can possibly cause a deadlock.

We have a couple of instances of that usage that we need to evaluate and refactor if possible.

Expected Behavior
No code built for the .NET Framework build target uses .GetAwaiter().GetResult()

For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
P3
Suggested T-Shirt size (S, M, L, XL, Unknown):
S

@tippmar-nr tippmar-nr added the bug Something isn't working label Jun 10, 2024
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant