You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The build fails with this error:
I was able to resolve this by fully qualifying
MathNet.Numerics.ISet
.There were many similar errors for
Tuple
as it's in bothSystem
andMathNet.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.
The text was updated successfully, but these errors were encountered: