Downloaded the nuget package, added it as dependency to my project. Build runs fine, but whenever I run the resulting executable I get a TypeLoadError in my first instantiation of an object:
System.TypeLoadException: Could not load type 'Microsoft.Research.SEAL.EncryptionParameters' from assembly 'SEALNET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
Downloaded the nuget package, added it as dependency to my project. Build runs fine, but whenever I run the resulting executable I get a TypeLoadError in my first instantiation of an object:
System.TypeLoadException: Could not load type 'Microsoft.Research.SEAL.EncryptionParameters' from assembly 'SEALNET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
Issue seems somewhat similar to #118.
Using .NET 7.0