Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A unsolved ambiguous compile error #110

Open
Radongas opened this issue Aug 11, 2020 · 0 comments
Open

A unsolved ambiguous compile error #110

Radongas opened this issue Aug 11, 2020 · 0 comments

Comments

@Radongas
Copy link

When we try to use it after import in out project on Unity3D 2018.4.23f1, the compiler alert the following exception:

error CS0121: The call is ambiguous between the following methods or properties: 'RSG.Promises.EnumerableExt.Each(System.Collections.Generic.IEnumerable, System.Action<T, int>)' and 'RSG.Promises.EnumerableExt.Each(System.Collections.Generic.IEnumerable, System.Action<T, int>)'

It seems that there are 2 methods with exactly same name in the file "EnumerableExt.cs", which are both named with "Each" with different uses of paramater.
We have try to rename each of these two guys but it did not work in their other referenced block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant