In .NET 6, there are two ElementAt methods having two parameters: the new one takes an Index as second parameter: Queryable.ElementAt Method
The Single query in line 197 raises the exception "Sequence contains more than one matching element".
A version of CouchDB.Driver.Example built with .NET 6 as target framework, crashes with this exception.