Rhino WIP Feature: Get ready for .NET 7!

@curtisw

we did have an issue tu run our plug in on Rhino 8 WIP, great we found some interim solution in your post.

I did two tests:

  1. standard run which I guess is /netcore

  2. /netfx and this time it worked

However to get it working on .netcore as well, any suggestions on which replacement in netcore for

object @object = Marshal.GetActiveObject("Document"); //HERE IS THE ISSUE

we could use in our code to get compliant with netcore version?
There is the version of our code that breaks in the original post

if something is not clear we are happy to explain further or provide more details…

Last question utill when are you planning to support .NET Framework? thsi will be by specific Rhino version or year?