Wkg
is a company-internal library providing reusable components and utilities for the development of any .NET application in our projects. Its core features include QoS-aware task scheduling, lightweight logging, and a set of reflection, threading, and performance utilities.
As part of our commitment to open-source software, we are making this library available to the public under the GNU General Public License v3.0. We hope that it will be useful to other developers and that the community will contribute to its further development.
Install the Wkg
NuGet package by adding the following package reference to your project file:
<ItemGroup>
<PackageReference Include="Wkg" Version="X.X.X" />
</ItemGroup>
⚠️ Warning ReplaceX.X.X
with the latest stable version available on the nuget feed, where the major version must match the major version of your targeted .NET runtime.
For technical documentation and usage examples, please refer to the documentation.