📦Creating your Project

Good to know: this informational section is written assuming you've got the ground knowledge for C# development at hand.

Creating a Project

To get started with a good developing environment, you need to install Visual Studio 2022 **** or Rider. I'm not familiar with Rider much, so this tutorial will be dedicated for VS2022.

After installation, start Visual Studio, press on Create a new project, choose the Class Library (.NET Framework), choose .NET Framework 4.8 for the Framework version. After picking your folder, press Create.

References

Similar to the way Oxide works, creating your solution with your project and linking all Rust's .NET reference DLLs is essential. Do the same but also include Carbon.Common.dll and Carbon.SDK.dll in the mix.

Last updated