I am working on a Windows 10 UWP app and would like to store some information in Cosmos DB. Following the getting started instructions does not work with Microsoft Azure DocumentDB NuGet package 1.19.1, nor with former ones.
The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?).
Target version is Windows 10 Fall Creators Update but I face the same issue with other builds.
Have you got any ide how to solve it?