I've downloaded the sources of the plugin and tried to build it today but I'm getting an error.
In ObsConnector.cs, the following line
var password = Loupedeck.AesString.Decrypt("EAAAAOVpn/mqFwbWixg6hzsxeBiUjf+BBZTmfrYzLFgUWMV0", "FourtyTwo");
produces a CS0234 error : "The type or namespace name 'AesString' does not exist in the namespace 'Loupedeck' (are you missing an assembly reference?)"
Is there anything I can do by my own to fix the problem ?
Hi
I've downloaded the sources of the plugin and tried to build it today but I'm getting an error.
In ObsConnector.cs, the following line
var password = Loupedeck.AesString.Decrypt("EAAAAOVpn/mqFwbWixg6hzsxeBiUjf+BBZTmfrYzLFgUWMV0", "FourtyTwo");
produces a CS0234 error : "The type or namespace name 'AesString' does not exist in the namespace 'Loupedeck' (are you missing an assembly reference?)"
Is there anything I can do by my own to fix the problem ?