Ambiguous reference when loading some pluginsSolved
error CS0104: 'StringBuilder' is an ambiguous reference between 'uMod.Text.StringBuilder' and 'System.Text.StringBuilder' Clans.cs: (815, 35): error CS0104: 'StringBuilder' is an ambiguous reference between 'uMod.Text.StringBuilder' and 'System.Text.StringBuilder' Clans.cs: (893, 16): error CS0104: 'StringBuilder' is an ambiguous reference between 'uMod.Text.StringBuilder' and 'System.Text.StringBuilder' Clans.cs: (893, 39): error CS0104: 'StringBuilder' is an ambiguous reference between 'uMod.Text.StringBuilder' and 'System.Text.StringBuilder' Clans.cs: (1638, 20): error CS0104: 'StringBuilder' is an ambiguous reference between 'uMod.Text.StringBuilder' and 'System.Text.StringBuilder' Clans.cs: (1638, 44): error CS0104: 'StringBuilder' is an ambiguous reference between 'uMod.Text.StringBuilder' and 'System.Text.StringBuilder'

The above plugin was clans, but ive also had this on DiscordServerStats and others. Which one is the correct one to use?

Unfortunately the only way to fix this is for the plugin to specify being as we also have a method named the same now. We could potentially assume if a plugin an Oxide plugin, but that's about it.

So if its an oxide plugin should it be using System.Text?

Oxide plugins wouldn't be referencing the uMod namespace, so you could assume and specify that, but ultimately those plugins would have to eventually be updated to clarify the namespace; that's how C# works for these things.

I dont mind updated the plugins to get them to work for me. If you dont mind, its kind of on the subject, another question... Whats the deal with an unclaim/unmaintained plugin, if its old and I claimed it, can i bring it up to date with uMod? or does it have to remain an oxide plugin? I have requested to maintain Vote For Money, and bring it Valheim support.

Since uMod isn't really released, you'd want to update it as a branch; usually "umod" as the name.

Roger that, how long does it take for a request to go through?

Thanks again for your help.

JKifY1DW3pDHsmB.jpg markmozza

Roger that, how long does it take for a request to go through?

Thanks again for your help.

Depends on when someone is around and not busy, but I put it through.
Locked automatically