/Headquarters

A C# Library for creating and running commands concurrently

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Headquarters Build status

A C# Library for creating and running commands concurrently.

Available on NuGet

Building

Headquarters targets the .NET Standard 1.5 framework and is built using Visual Studio 2017. It requires:

  • NETStandard.Library >= 1.6.1
  • Newtonsoft.Json >= 10.0.2
  • System.ComponentModel.TypeConverter >= 4.3.0
  • System.Threading.Thread >= 4.3.0

All of which are available on NuGet.

You will also need .NET Core installed.

To build, run dotnet restore followed by dotnet build in the base directory.

Help

You can visit the Wiki to view examples, or join Discord for discussion.