1. Hi,

    so I'm about to switch over from lua to C#.

    Installed VS2015 with C# support already, cloned the github repo and fired up VS2015.

    So the only question I do have right now, is it possible to get all methods/functions from Assembly-CSharp.dll ?

    Like IntelliSense is not detecting the BasePlayer class, but I can compile everything fine, or do I have to use telrik just decompier for everything?

    - Momo
     
  2. Did you set up reference to Assembly-CSharp in your project (Oxide.Plugins) ?
    Also i would recommend you to install ReSharper.
     
  3. Yes Assembly-CSharp is linked to the github assembly from Oxide.

    No, but I'll give it a try.
    [DOUBLEPOST=1439653897,1439638259][/DOUBLEPOST]Okay, got VS setup with InteliSense and ReSharper.

    Now is there an alternative to just copy over my pluginfrom the project folder to the oxide plugins folder? I'm do copy/paste every time i change anything. I'm sure there's another way, but I don't know how?
     
  4. Open project settings and add post build event with xcopy plugin from project folder to server folder. I cant post you complete solution right now, but you may check out the web for guidelines.