Getting started
Add NuGet package
This package is available on NuGet: PPWCode.Host.Core.WebApi.
You can use your IDE to add it as a dependency to your project, or manually add it in the .csproj file. This would look similar to the following:
<Project Sdk="Microsoft.NET.Sdk">
<!-- ... -->
<ItemGroup>
<!-- nuget package dependencies -->
<PackageReference Include="PPWCode.Host.Core.WebApi" Version="4.0.0" />
</ItemGroup>
<!-- ... -->
</Project>
After the package is added, you can use the base classes and interfaces from PPWCode.Host.Core.WebApi in your code.