Yikes, I have just run into this problem myself.
I’ve been developing on my machine for while under .net5 with no issues. No complaints or warnings from visual studio on build, all tests passed, etc.
But I’ve just deployed to an azure VM to run as a service in production, and I get
Exception Info: System.TypeInitializationException: The type initializer for ‘System.Runtime.Serialization.Formatters.Binary.Converter’ threw an exception.
The last call in the stack that references the solace libraries at SolaceSystems.Solclient.Utils.Types.Utilities.DeepCopy[T](T source)
This is something of an issue. And whoa… we’re 8 months on from where this thread ended. Are we still not .net5 compatible?