Plane ambiguous between System.Numerics and Rhino.Geometry.Plane

just want to share this - no action needed:

error

updated Visual Studio and come across this issue:

VS kept adding

using System.Numerics;

ending in an error because Plane becomes ambiguous
between System.Numerics.Plane and Rhino.Geometry.Plane

solution:

https://stackoverflow.com/questions/74128506/prevent-visual-studio-from-auto-import-namespace-when-copy-paste

go to the settings shown in the screenshot and remove the (default ?) checkbox Add missing using directives on paste.

just wanted to share this. happy coding - kind regards - tom

2 Likes