dotnetconfig/dotnet-config

Disable async IO since configuration loading is synchronous

Closed this issue · 0 comments

kzu commented

Similar to how Microsoft.Extensions.Configuration does for the file provider, since our load isn't async, we should avoid the overhead of async IO too.