StackOverflow Questions for Tag: configureawait

Ananya Agarwal
Ananya Agarwal

Reputation: 21

S4462 issue: Calls to "async" methods should not be blocking. How to call asynchronous method from synchronous method?

Score: 2

Views: 592

Answers: 0

Read More
RKS
RKS

Reputation: 140

Why is there a StackOverflowException with ConfigureAwait(false) in an ASP.NET app but not with ConfigureAwait(true)?

Score: 2

Views: 142

Answers: 0

Read More
CodeMonkey
CodeMonkey

Reputation: 12444

What is the difference between await and ConfigureAwait(false).GetAwaiter().GetResult();

Score: 1

Views: 2072

Answers: 1

Read More
Ricardo Rocha
Ricardo Rocha

Reputation: 157

Simplest way in C# to defer task execution without synchronization context

Score: 1

Views: 185

Answers: 1

Read More
Alex Zhukovskiy
Alex Zhukovskiy

Reputation: 10055

How to correctly block on async code?

Score: 16

Views: 13914

Answers: 1

Read More
Joe Markov
Joe Markov

Reputation: 387

What does ConfigureAwait(false) in an async await foreach loop do?

Score: 3

Views: 673

Answers: 1

Read More
NeddySpaghetti
NeddySpaghetti

Reputation: 13495

When should I use ConfigureAwait(true)?

Score: 60

Views: 55940

Answers: 6

Read More
TadGhostal
TadGhostal

Reputation: 151

Is this better than deciding whether to use ConfigureAwait(false)?

Score: 1

Views: 193

Answers: 1

Read More
andrew pate
andrew pate

Reputation: 4307

ConfigureAwait(false) and Microsoft.EntityFrameworkCore.Storage.ContextTransaction

Score: 0

Views: 130

Answers: 1

Read More
Duagt
Duagt

Reputation: 51

ConfigureAwait(false) in long running task

Score: 2

Views: 310

Answers: 1

Read More
binginsin
binginsin

Reputation: 124

Does an exception propagate using ConfigureAwait(false) with async Task and await?

Score: 2

Views: 784

Answers: 1

Read More
Waescher
Waescher

Reputation: 5747

Why does NUnit lose its SynchronizationContext after await?

Score: 0

Views: 263

Answers: 1

Read More
S Itzik
S Itzik

Reputation: 564

ConfigureAwait(false) doesn't make the continuation code run in another thread

Score: 4

Views: 1197

Answers: 3

Read More
Youssef13
Youssef13

Reputation: 4986

Usage of ConfigureAwait in .NET

Score: 67

Views: 63131

Answers: 3

Read More
Chris Walsh
Chris Walsh

Reputation: 3523

Trivial exit from a method that may perform an asynchronous call

Score: 1

Views: 147

Answers: 2

Read More
Amit Agrawal
Amit Agrawal

Reputation: 71

ConfigureAwait(false) in .Net Core application

Score: 0

Views: 3774

Answers: 1

Read More
Novox
Novox

Reputation: 804

Does .NET 6's PeriodicTimer capture the current SynchronizationContext by default?

Score: 4

Views: 3441

Answers: 1

Read More
sjb-sjb
sjb-sjb

Reputation: 1205

ConfigureAwait(false) and struct implementation of IAsyncDisposable

Score: 3

Views: 378

Answers: 2

Read More
user2133404
user2133404

Reputation: 1857

Make AsyncLocal changes propagate to the calling function

Score: 9

Views: 1650

Answers: 2

Read More
MarchalPT
MarchalPT

Reputation: 1576

C# Parallel.ForEach and Task.WhenAll sometimes returning less values then supposed

Score: 3

Views: 2547

Answers: 2

Read More
PreviousPage 1Next