Rhino.Testing
Rhino.Testing copied to clipboard
Interface parsing causes Rhinocommon to load early
When my library's interface contains RhinoCommon objects, and RhinoTest references that library and also inherits that interface, RhinoCommon gets loaded too early, causing a DLL not found error.
public interface IResult
{
Curve Data { get; set; }
}