f1ana / Nominatim.API

Library for utilizing geocoding (forward and reverse), in addition to address lookups, with the Nominatim HTTP API. Targets .NET 6 and .NET Standard 2.0.
https://www.nuget.org/packages/Nominatim.API
MIT License
51 stars 28 forks source link

Add ConfigureAwait to async calls #2

Closed Wufflez closed 6 years ago

Wufflez commented 6 years ago

This is done to prevent unwanted synchronisation when the calling thread has a SynchronisationContext.