couchbase-lite-net: UWP: Can not create database
Hello. UWP DP5 is a real bug : D I couldn’t make database .
public static void CreateDB() { Couchbase.Lite.Support.UWP.Activate(); var database = DatabaseFactory.Create("Xugros"); }
I get the error :

About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 44 (20 by maintainers)
Phew. DB8+ is going to have this style of loading so hopefully this will be forever behind us. On a side note, this build includes ARM support (more details on the other ticket).
I confirmed the unit tests now pass with .NET Native enabled. That fix will go into DB8. DB7 will be released soon (I ask my manager every day if I can release it but I have to wait for other managerial things first…)