Including Plugin Project crashes Rhino.Testing

Here

If you want to load your own plugin from a custom location, you either

  • hardcode the absolute rhp file path in the Rhino.Testing.Config.xml
    OR
  • load the rhp plugin by yourself within OneTimeSetup(): Rhino.PlugIns.PlugIn.LoadPlugIn(rhpPath, out var guid)