Getting started
Add NuGet package
This package is available on NuGet: PPWCode.Server.Core.Hangfire.
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.Server.Core.Hangfire" Version="2.0.0" />
</ItemGroup>
<!-- ... -->
</Project>
After the package is added, you can use the base classes and interfaces from PPWCode.Server.Core.Hangfire in your code.