couchbase / couchbase-lite-net

A lightweight, document-oriented (NoSQL), syncable database engine for .NET
http://developer.couchbase.com/mobile/
Apache License 2.0
437 stars 126 forks source link

CBL-5857: Rename Extension.Load to Extension.Enable #1637

Closed borrrden closed 2 months ago

borrrden commented 2 months ago

Use the new LiteCore API to return some early error information about it.

borrrden commented 2 months ago

PR validation is meaningless since it needs an EE API update

borrrden commented 2 months ago

Also note that most of this PR is moving a few functions from one file to another since they were moved in Core, and the generation script mirrors the naming of the core headers.