Skip to content

Exception in QueryableMethods, line 197, because .NET 6 has two ElementAt methods with two parameters. #155

@tehmang

Description

@tehmang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions