tmakin / RhinoCommonUnitTesting

Example of unit testing RhinoCommon from within the Visual Studio test runner on windows
35 stars 14 forks source link

Curve.Offset() fails to run in all tests #1

Closed cdriesler closed 6 years ago

cdriesler commented 6 years ago

Discussing it here too.

When any version of the method is called, Curve.Offset() doesn't complete and throws "Object reference not set to an instance of an object."

Edit: To clarify, this might not be an issue because of this project, but it's directly related.

tmakin commented 6 years ago

Closing this in favour of the discourse thread: https://discourse.mcneel.com/t/curve-offset-and-mstest/66042/9

Reproduction of the problem here: https://github.com/tmakin/RhinoCommonUnitTesting/blob/issues/offset/Src/RhinoPlugin.Tests/OffsetTests.cs