Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

Do a pass on await Calls for ConfigureAwait #23

Closed Nikey646 closed 2 years ago

Nikey646 commented 7 years ago

I was a bit inconsistent when i re-wrote the library for .Net Core, and as a result some places have .ConfigureAwait(false) when using await, while others such as VndbUtils don't.

At some point i need to go over the library and find any all instances of a task being awaited, but not configured.