How can I use CBL2.0 in a netcore app? When I try to run the code, it throws an error:
A required dependency injection class is missing (LiteCore.Interop.ILiteCore).
Please ensure that you have called the proper Activate() class in the
support assembly (e.g. Couchbase.Lite.Support.UWP.Activate()) or that you
have manually registered dependencies via the Couchbase.Lite.DI.Service
class.
I know cbl support must be activated first. But I don’t see there’s a support nuget package for netcore.