This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Description
Hello!
I use the azure-storage-cpp via vcpkg in my project.
In Release configuration everything works well.
In Debug configuration it stops on xtree file in line 1664 with the message _Rootnode was nullptr.
My current workaround ist to copy the release wastorage.dll into vcpkg debug bin folder.
So that the release version of the dll was used in debug mode.
I am not completely satisfied with this solution.
Is there a better solution?
Thanks for your help!
Greetings Lars