You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
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?