Wkg.AspNetCore.TestAdapters
8.2.17560
dotnet add package Wkg.AspNetCore.TestAdapters --version 8.2.17560
NuGet\Install-Package Wkg.AspNetCore.TestAdapters -Version 8.2.17560
<PackageReference Include="Wkg.AspNetCore.TestAdapters" Version="8.2.17560" />
paket add Wkg.AspNetCore.TestAdapters --version 8.2.17560
#r "nuget: Wkg.AspNetCore.TestAdapters, 8.2.17560"
// Install Wkg.AspNetCore.TestAdapters as a Cake Addin #addin nuget:?package=Wkg.AspNetCore.TestAdapters&version=8.2.17560 // Install Wkg.AspNetCore.TestAdapters as a Cake Tool #tool nuget:?package=Wkg.AspNetCore.TestAdapters&version=8.2.17560
WKG ASP .NET Core
Wkg.AspNetCore
is a company-internal library providing reusable components for the development of ASP .NET Core applications at WKG. It provides new abstractions over existing ASP .NET Core components, request-scoped database transactions, new authentication options, data validation, and more.
A core goal of Wkg.AspNetCore
is to simplify the development of ASP .NET Core applications by providing 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
library that can also be found in this repository.
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.AspNetCore
NuGet package by adding the following package reference to your project file:
<ItemGroup>
<PackageReference Include="Wkg.AspNetCore" 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.
⚠️ Warning To use the
Wkg.AspNetCore.TestAdapters
library in your test projects, make sure that the version of theWkg.AspNetCore.TestAdapters
package exactly matches the version of theWkg.AspNetCore
package that you are using in your main project.
Usage
For technical documentation and usage examples, please refer to the documentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Wkg.AspNetCore (>= 8.2.17560)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.