I’m trying to implement a licence software in our plugin but I’m having some issues.
After ask the software’s support they told me that it seems that Rhinoceros 8 is using a Mono .NET implementation that has partial support to System.Security.AccessControl.CryptoKeyAccessRule.
Is it right? Are you planning to use the regular .NET framework implementation?
hey, just another fellow developer here but yeah rhino 7 does run mono on mac.
Rhino 8 runs .net 7 on mac. (see here) On windows the default is .net 7 with a fallback to .net 4.8
.net 7 follows on from .net core so just as mono will not have all the frameworks from full .net