1. I'm getting into Oxide/Rust development and I've setup Visual Studio to hopefully get a better development environment. I've referenced:

    Assembly-CSharp
    Oxide.Core
    Oxide.Ext.CSharp
    Oxide.Game.Rust
    UnityEngine

    I'm trying to compile an existing plugin to test ( Quick Sort for Rust Experimental | Oxide )

    I'm getting this error though:

    Code:
    The type or namespace name 'ObjectList' does not exist in the namespace 'Facepunch' (are you missing an assembly reference?)
    Where does the Facepunch object reference come live at?
    [DOUBLEPOST=1444771347][/DOUBLEPOST]I'm using Visual Studio 2012. I've recently read that a few errors can be caused by not using at least VS2015. I'm updating now to see if that fixes any issues but I highly doubt it seeing that it's a reference issue.
     
  2. Your missing: Assembly-CSharp-firstpass