Couchbase Lite 1.4.4 and .NET 7

I’m upgrading a client’s Xamarin Android app to .NET 7 Android. I’m unfamiliar with Couchbase.Lite and am beginning the learning curve. The app is running an old version of Couchbase.Lite (1.4.4) along with Couchbase.Lite.Storage.SQLCipher (1.4.4) and Couchbase.Lite.SystemSQLite (1.4.4).

It looks like a hefty upgrade path to the latest version of Couchbase.Lite. Is it possible to use these older packages with .NET 7?

There is no way as is. You’d need to recompile it from source after upgrading the project.