CSharpCompiler not in any folderNot An Issue

Hello,
Im new in deploying rust servers and i did with LGSM.
I installed Oxide and its running properly (checked with oxide.version)

Now i tried to install my first plugin (sign artist) and i do oxide.load *.
when i use the command "plugins" i get this error:

(18:24:07) | Listing 1 plugins:

01 SignArtist - Failed to compile:

I think the problem is that i cant find CSharpCompile in any subdirectory, i did a "tree" and all i see its that:

Assembly-CSharp.dll
Assembly-CSharp-firstpass.dll
Oxide.CSharp.dll

Can someone help me fixing that?
Thank you very much!

The CSharpCompiler is found where RustDedicated.exe is located. If you cannot see those files, that doesn't mean it isn't there; just that your host may not show those to you. The compiler is downloaded when the server starts with Oxide, but it there is an issue, I'd suggest checking your oxide/logs fully for details.

Locked automatically