Solved The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Discussion in 'Rust Discussion' started by maxaki, Jul 27, 2017.
-
Same here.
Seeing this for Kits and N Teleportation.
~Boon -
Devs really dont need to see 10 people posting the same thing. They know and will fix it when they can.
In the mean time you can donate to these gracious soles that do this stuff for almost nothing -
Error while compiling: NTeleportation.cs(710,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
-
if you remove the following line "Settings.NullValueHandling = NullValueHandling.Ignore" from the plugin, you plugin will compile but you'll lose data
-
Receiving error:
[Oxide] 14:44 [Error] Error while compiling: Kits.cs(623,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Rust is updated and Oxide is the most recent version: Rust 1090 - Protocol 2001.147.1 with Oxide v2.0.3382 -
here's my error
Error while compiling: NTeleportation.cs(710,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings' -
Kits are broken too. Same error. Oxide build error @Wulf ? Maybe? ;-)
Just going to report kits if no-one else has yet. -
@Kappasaurus Problem with Kits compiling.
Protocol: 2001.147.1
Build Date: 07/27/2017 20:30:25
Unity Version: 5.6.0f3
Changeset: 21894
Branch: main
Oxide Version: 2.0.3382
Also NTeleportation is broken guys. Any more? Could be a new Oxide build tonight maybe? -
same here, maybe oxide needs to update something there is more not working
-
Error while compiling: HumanNPC.cs(1243,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Same error as many other plugins. Waiting on a fix. -
same here :-/
Error while compiling: FurnaceSplitter.cs(171,20): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings -
(17:53:36) | PathFinding was compiled successfully in 2978ms
(17:53:36) | Error while compiling: HumanNPC.cs(1243,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
(17:53:36) | Calling 'Unload' on 'PathFinding v1.1.2' took 367ms
(17:53:36) | Unloaded plugin PathFinding v1.1.2 by Reneb / Nogrod
(17:53:36) | Loaded plugin PathFinding v1.1.2 by Reneb / Nogrod
same issue. -
@Wulf please leave comment what to wait for about this
Error while compiling: BenchCraft.cs(202,20): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Error while compiling: HumanNPC.cs(1247,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Error while compiling: Kits.cs(614,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Error while compiling: NTeleportation.cs(713,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Error while compiling: Spawns.cs(359,28): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
Error while compiling: Waypoints.cs(39,31): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings' -
Yeah we have about 4 mods not working cus of this.
-
some others plugin using Newtonsoft.Json have this problm to (kits, jail, teleport, spliter)
-
Error while compiling: Economics.cs(78,27): error CS0023: The `.' operator cannot be applied to operand of type `Newtonsoft.Json.JsonSerializerSettings'
-
Also this one is popping up on some plugins:
error CS1503: Argument `#1' cannot convert `Oxide.Core.Configuration.KeyValuesConverter' expression to type `Newtonsoft.Json.JsonConverter' -
Well, NTeleportation and Kits works for me
-
Temporary Fix swap Newtonsoft.Json with this Version Attached below.
In your server folder e.g: c:/rustserver/ go into RustDedicated_Data/Managed and swap out this file, make a backup if necessary.
This fixed our issues.Attached Files:
-