CSS.K6.Hosting.Core 0.1.2-beta

This is a prerelease version of CSS.K6.Hosting.Core.
dotnet add package CSS.K6.Hosting.Core --version 0.1.2-beta
                    
NuGet\Install-Package CSS.K6.Hosting.Core -Version 0.1.2-beta
                    
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="CSS.K6.Hosting.Core" Version="0.1.2-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSS.K6.Hosting.Core" Version="0.1.2-beta" />
                    
Directory.Packages.props
<PackageReference Include="CSS.K6.Hosting.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSS.K6.Hosting.Core --version 0.1.2-beta
                    
#r "nuget: CSS.K6.Hosting.Core, 0.1.2-beta"
                    
#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.
#addin nuget:?package=CSS.K6.Hosting.Core&version=0.1.2-beta&prerelease
                    
Install CSS.K6.Hosting.Core as a Cake Addin
#tool nuget:?package=CSS.K6.Hosting.Core&version=0.1.2-beta&prerelease
                    
Install CSS.K6.Hosting.Core as a Cake Tool

CSS.K6.Hosting.Core

Core components for integrating Grafana k6 load testing into .NET Aspire applications.

Overview

This package provides the fundamental abstractions and interfaces necessary for integrating k6 load testing tools within .NET Aspire applications. It serves as the foundation for the other k6 integration packages.

Features

  • Core abstractions for k6 resource management in .NET Aspire
  • Support for configuring k6 test scripts
  • Extensible output provider system
  • Interface definitions for data sources and result outputs

Installation

dotnet add package CSS.K6.Hosting.Core

Requirements

  • .NET 8.0 or .NET 9.0
  • .NET Aspire

Usage

This package is not typically used directly but serves as a foundation for other packages in the k6 integration suite. If you're looking to add k6 load testing to your Aspire application, consider using the CSS.K6.Hosting.Aspire package instead.

// Core entities and interfaces will be referenced by your Aspire applications
// but usually through the extension methods provided by CSS.K6.Hosting.Aspire

License

MIT

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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CSS.K6.Hosting.Core:

Package Downloads
CSS.K6.Hosting.Aspire

Integration for running Grafana k6 load tests within .NET Aspire applications.

CSS.K6.Hosting.Outputs.Grafana

Grafana dashboard integration for visualizing k6 load test results in .NET Aspire applications.

CSS.K6.Hosting.Outputs.InfluxDB

InfluxDB output provider for storing and querying k6 load test metrics in .NET Aspire applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2-beta 163 3/5/2025
0.1.1-beta1 57 2/26/2025