Skip to main content

Getting Started

Installing via NuGet#

Install the ArgentPonyWarcraftClient package from the NuGet Package Manager in Visual Studio or by running the following command from the Package Manager Console:

Install-Package ArgentPonyWarcraftClient

Optional Dependency Injection Support#

If you'd like to use dependency injection, install the ArgentPonyWarcraftClient.Extensions.DependencyInjection package from the NuGet Package Manager in Visual Studio or by running the following command from the Package Manager Console:

Install-Package ArgentPonyWarcraftClient.Extensions.DependencyInjection

To learn more about dependency injection support, see Dependency injection in .NET in the .NET fundamentals documentation and the Dependency Injection topic later in the tutorial.