Wkg 9.0.17748
dotnet add package Wkg --version 9.0.17748
NuGet\Install-Package Wkg -Version 9.0.17748
<PackageReference Include="Wkg" Version="9.0.17748" />
paket add Wkg --version 9.0.17748
#r "nuget: Wkg, 9.0.17748"
// Install Wkg as a Cake Addin #addin nuget:?package=Wkg&version=9.0.17748 // Install Wkg as a Cake Tool #tool nuget:?package=Wkg&version=9.0.17748
WKG Base
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Wkg:
Package | Downloads |
---|---|
Wkg.EntityFrameworkCore
Wkg.EntityFrameworkCore provides the Reflective Entity Configuration And Procedure mapping extension (RECAP) to simplify the configuration of Entity Framework Core models, introduce ORM-compatible stored procedure and function mapping, add support for UUID data types, policy validation for discovered entities, and more. |
|
Wkg.AspNetCore
Wkg.AspNetCore introduces new abstractions over existing ASP .NET Core components, request-scoped database transactions, new authentication options, data validation, and more. It aims to simplify developing ASP .NET Core applications through a set of reusable components that can be easily integrated into new or existing projects, allowing for consistent and maintainable codebases and easier testing with the Wkg.AspNetCore.TestAdapters companion library. |
|
Wkg.EntityFrameworkCore.MySql
Wkg.EntityFrameworkCore.MySql provides RECAP bindings for MySQL, enabling procedure mapping support in the RECAP framework for MySQL databases. Requires Wkg.EntityFrameworkCore. |
|
Wkg.EntityFrameworkCore.Oracle
Wkg.EntityFrameworkCore.Oracle provides RECAP bindings for Oracle PL/SQL, enabling procedure mapping support in the RECAP framework for Oracle databases. Requires Wkg.EntityFrameworkCore. |
|
Wkg.IO.FileSignatures
Wkg.IO.FileSignatures implements file fingerprinting and signature detection based on known file header formats. Commonly used for file upload validation in ASP.NET Core applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.