Show / Hide Table of Contents

Getting Started

Requirements

Before you begin, first install the .NET Core 3.1 SDK -- Orion is built on .NET Core to provide cross-platform compatibility out of the box. You should also make sure that your IDE also supports C# 8 -- here are a few which do:

  • Visual Studio 2019
  • Visual Studio Code
  • JetBrains Rider

Once you have the SDK and an appropriate IDE, you should be good to go.

Checking out the Code

Using Git, clone the orion-core repository. See here for instructions on how to do so.

You must now restore the projects' dependencies. On Windows (with Visual Studio, at least), this will be done automatically for you. To do this manually, you can run the following command in the path of the cloned repository:

    $ dotnet restore 

You should now be able to build Orion!

  • Improve this Doc
Back to top Generated by DocFX