Skip to content

A utility library featuring QoS-aware task scheduling, lightweight logging, and a set of reflection, threading, and performance utilities

License

Notifications You must be signed in to change notification settings

WKG-Software-GmbH/wkg-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WKG Base

NuGetNuGet version (Wkg)NuGet downloads (Wkg)


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.

Installation

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 Replace X.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.

Usage

For technical documentation and usage examples, please refer to the documentation.

About

A utility library featuring QoS-aware task scheduling, lightweight logging, and a set of reflection, threading, and performance utilities

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages