V3 Rhino Connector working with .NET Core?

Hello,

Has anyone successfully used the Speckle V3 Rhino Connector with the .NET Core 8 framework?

We are working with Rhino 8 (8.25.25314.11001, 2025-11-10) and unfortunately we cannot downgrade to the .NET Framework because our production plugins will not function outside .NET Core.

Any guidance would be appreciated.

Our rhino plugin should work for both net core and net framework runtimes.
In fact, most of the time we’re testing under net core, so I would expect it to be working fine for you.

What sort of issues are you seeing?

Thanks fantastic news Jedd!

Getting this error when manually loading the plugin:

Had to delete the Rhino 7 V2 Plugin that was persistent after an uninstall. Once deleted V3 works on Rhino 8.25. Thank you!