litedb-org / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.64k stars 1.25k forks source link

[BUG] DropCollection causes "page type must be data page: {0}" #2545

Open indieshack opened 2 months ago

indieshack commented 2 months ago

5.021 (via NUGET) I'm migrating a fairly complex but fully-working Xamarin-based Android app to Maui, and I get an exception thrown when attempting to run a DropCollection via foreach on a list of LiteDB collections: "page type must be data page: {0}"