ews-managed-api
ews-managed-api copied to clipboard
Async vs "Old library"
couldnt find any Info regarding this topic, so I am asking here:
We are currently using this library and are happy it exists. However it is painful to migrate from the old "original" since alot of methods became async, without any change in names. This leads to the problem that everything compiles fine after switching, but almost everything is now missing await calls and proper async code.
Is there any plan in the future to adjust naming of all async methods to the convention of Async postfixes?
Like SaveItemsAsync.
I would even do it on my own, if it is agreed upon that this is the right way.