1. Code:
    [SERVER v1.0.20] Started as service
    [SERVER v1.0.20] Running as service
    [SERVER v1.0.20] Got Message: Ready
    [SERVER v1.0.20] Got Message: Compile
    [SERVER v1.0.20] Console: warning CS1702: Assuming assembly reference `protobuf-net, Version=2.0.0.622, Culture=neutral, PublicKeyToken=257b51d87d2e4d67' matches assembly `protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67'. You may need to supply runtime policy
    DeathNotes.cs(545,14): warning CS0114: `Oxide.Plugins.DeathNotes.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    Z:\home\serveur20\rust\Oxide.Core.dll (Location of the symbol related to previous warning)
    SignArtist.cs(217,14): warning CS0114: `Oxide.Plugins.SignArtist.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    Z:\home\serveur20\rust\Oxide.Core.dll (Location of the symbol related to previous warning)
    DevblogAnnouncer.cs(52,8): warning CS0114: `Oxide.Plugins.DevblogAnnouncer.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    Z:\home\serveur20\rust\Oxide.Core.dll (Location of the symbol related to previous warning)
    BetterSay.cs(19,8): warning CS0114: `Oxide.Plugins.BetterSay.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    Z:\home\serveur20\rust\Oxide.Core.dll (Location of the symbol related to previous warning)
    BetterSay.cs(27,8): warning CS0114: `Oxide.Plugins.BetterSay.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    Z:\home\serveur20\rust\Oxide.Core.dll (Location of the symbol related to previous warning)
    Updater.cs(55,14): warning CS0114: `Oxide.Plugins.Updater.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    Z:\home\serveur20\rust\Oxide.Core.dll (Location of the symbol related to previous warning)
    ZoneManager.cs(1134,25): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false'
    ZoneManager.cs(1134,43): warning CS0162: Unreachable code detected
    RemoverTool.cs(801,35): warning CS0472: The result of comparing value type `float' with null is always `true'
    RemoverTool.cs(821,32): warning CS0184: The given expression is never of the provided (`Deployable') type
    RemoverTool.cs(823,21): warning CS0162: Unreachable code detected
    AntiOfflineRaid.cs(168,26): warning CS0219: The variable `ts' is assigned but its value is never used
    AntiOfflineRaid.cs(389,20): warning CS0219: The variable `weapon' is assigned but its value is never used
    QuickSort.cs(322,32): warning CS0168: The variable `ex' is declared but never used
    Clans.cs(346,36): warning CS0168: The variable `ex2' is declared but never used
    Clans.cs(446,34): warning CS0219: The variable `onlineMembers' is assigned but its value is never used
    InfoPanel.cs(25,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.TestTimer' is never used
    InfoPanel.cs(898,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.TimeUpdater' is assigned but its value is never used
    InfoPanel.cs(957,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MsgUpdater' is assigned but its value is never used
    InfoPanel.cs(960,22): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MessageBoxAvailable' is assigned but its value is never used
    InfoPanel.cs(1043,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.HeliAttack' is never used
    InfoPanel.cs(1044,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.RadiationUpdater' is assigned but its value is never used
    InfoPanel.cs(1056,32): warning CS0169: The private field `Oxide.Plugins.InfoPanel.ActiveHelicopter' is never used
    InfoPanel.cs(1249,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CoordUpdater' is assigned but its value is never used
    InfoPanel.cs(1291,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CompassUpdater' is assigned but its value is never used
    IndestructableBuildings.cs(47,31): warning CS0649: Field `Oxide.Plugins.IndestructableBuildings.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'
    Vanish.cs(103,31): warning CS0649: Field `Oxide.Plugins.Vanish.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'
    RemoverTool.cs(23,26): warning CS0414: The private field `Oxide.Plugins.RemoverTool.meshinstances' is assigned but its value is never used
    RemoverTool.cs(106,23): warning CS0414: The private field `Oxide.Plugins.RemoverTool.xmax' is assigned but its value is never used
    RemoverTool.cs(108,23): warning CS0414: The private field `Oxide.Plugins.RemoverTool.ymax' is assigned but its value is never used
    AntiOfflineRaid.cs(41,15): warning CS0414: The private field `Oxide.Plugins.AntiOfflineRaid.lastOnlineTimer' is assigned but its value is never used
    Clans.cs(66,21): warning CS0414: The private field `Oxide.Plugins.Clans.limitModerators' is assigned but its value is never used
    BuildingOwners.cs(18,27): warning CS0414: The private field `Oxide.Plugins.BuildingOwners.keyvalues' is assigned but its value is never used
    RulesGUI.cs(20,18): warning CS0414: The private field `Oxide.Plugins.RulesGUI.text' is assigned but its value is never used[SERVER v1.0.20] Got Message: Exit
    [SERVER v1.0.20] Exit received.
    [SERVER v1.0.20] Connection closed.
    [SERVER v1.0.20] Shutdown
     
  2. Wulf

    Wulf Community Admin

    Yes, they are just formatting/style warnings, not errors. It's up to plugin authors to fix them, but they do not hurt anything.
     
  3. Ok, thanks you !