8000 Append conflicts with Enumerable.Append() · Issue #527 · morelinq/MoreLINQ · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Append conflicts with Enumerable.Append() #527
Closed
@Sam558

Description

@Sam558

I am new to MoreLINQ, I want to use "official" LINQ and MoreLINQ side by side. They both have Append() method. for below code

Enumerable.Range(1,5).Append(6);

I got compiler error:

Cannot execute text selection: CS0121 The call is ambiguous between the following methods or properties: 'System.Linq.Enumerable.Append(System.Collections.Generic.IEnumerable, TSource)' and 'MoreLinq.MoreEnumerable.Append(System.Collections.Generic.IEnumerable, T)'

any solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0