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

Ambiguous reference to Signal and Tuple #3

Open
dharmatech opened this issue Nov 11, 2012 · 0 comments
Open

Ambiguous reference to Signal and Tuple #3

dharmatech opened this issue Nov 11, 2012 · 0 comments

Comments

@dharmatech
Copy link

The build fails with this error:

Error   1   'ISet' is an ambiguous reference between 'System.Collections.Generic.ISet<MathNet.Symbolics.Signal>' and 'MathNet.Numerics.ISet<MathNet.Symbolics.Signal>'
C:\Users\dharmatech\Documents\mathnet-yttrium - d\src\app\MathNet.Yttrium\Contracts\Containers\ISignalSet.cs    29  35
Yttrium.Contracts

I was able to resolve this by fully qualifying MathNet.Numerics.ISet.

There were many similar errors for Tuple as it's in both System and MathNet.Numerics. These were resolved in the same way.

I'll be happy to supply a patch for these if this is the correct way to fix these.

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