FAIR-INNOVATION / fairino-csharp-sdk

C# language SDK library specially designed for fairino collaborative robots.
Apache License 2.0
1 stars 0 forks source link

Please upgrade the SDK version to .NET Standard or higher version #1

Open ChengTu-Lazy opened 4 months ago

ChengTu-Lazy commented 4 months ago

When using .NET 8 an error is reported.

System.MissingMethodException:“Method not found: 'System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)'.”
NazariiSadovyi commented 3 days ago

@ChengTu-Lazy To overcome this issue I exported dll to project (using DotPeek) and changed "AppDomain.DefineDynamicAssembly" to "AssemblyBuilder.DefineDynamicAssembly"