Jump to content

Plugins & 3rd Party Libs


Yayybo

Recommended Posts

Is it possible to use 3rd party libs in a plugin? So far i did setup the classlibrary project and tried to include Akka.net, but the moment the ActorSystem is created: System.Reflection.TargetInvocationException

image.png.64b727efd0094361ecbd65c455f5bd91.png

Error: CS0009: Metadata file 'authManager.dll' could not be opened -- Invalid public key.


I'd guess the obfuscated authManager.dll won't play nice in this case. For what i'm trying to accomplish i could use plain async sockets (which works) but they are so...bleh

Link to comment
Share on other sites

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...