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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Wkg.AspNetCore.TestAdapters" Version="8.2.17560" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wkg.AspNetCore.TestAdapters --version 8.2.17560                
#r "nuget: Wkg.AspNetCore.TestAdapters, 8.2.17560"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

NuGetNuGet version (Wkg.AspNetCore)NuGet downloads (Wkg.AspNetCore)
NuGetNuGet version (Wkg.AspNetCore.TestAdapters)NuGet downloads (Wkg.AspNetCore.TestAdapters)


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 the Wkg.AspNetCore.TestAdapters package exactly matches the version of the Wkg.AspNetCore package that you are using in your main project.

Usage

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

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.2.17560 98 9/27/2024
8.2.17559 91 9/27/2024
8.2.17541 98 9/26/2024