Skip to content

System.Linq.Async v6.0.1 conflict with System.Linq.AsyncEnumerable v10.0.0 #131

@muratgurer

Description

@muratgurer

Consider following code;

..
var result = await cluster.QueryAsync(query, parameters);
var data = await result.ToListAsync();

ToListAsync is both implemented in System.Linq.Async (comes with couchbase referencese) and System.Linq.AsyncEnumerable (.net 10.0 target) which creates conflict during build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions