I recently started writing a plugin for fougerite in C#.
I wanted to store my data in a XML file. Compling the plugin and running it on the server without defining a Xml.Linq component works. But as soon as i define a simple XDocument property or normal field:

I recieve the following error on my dedicated server console (while loading plugin).
Does Rust/fougerite support XML.Linq?
I wanted to store my data in a XML file. Compling the plugin and running it on the server without defining a Xml.Linq component works. But as soon as i define a simple XDocument property or normal field:

I recieve the following error on my dedicated server console (while loading plugin).
Does Rust/fougerite support XML.Linq?