Cake.Testing 0.6.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cake.Testing --version 0.6.0
                    
NuGet\Install-Package Cake.Testing -Version 0.6.0
                    
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="Cake.Testing" Version="0.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.Testing" Version="0.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Cake.Testing" />
                    
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 Cake.Testing --version 0.6.0
                    
#r "nuget: Cake.Testing, 0.6.0"
                    
#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.
#:package Cake.Testing@0.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cake.Testing&version=0.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Cake.Testing&version=0.6.0
                    
Install as a Cake Tool

Contains testing utilities for Cake.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 Cake.Testing:

Package Downloads
Cake.Twitter

Cake AddIn that extends Cake with ability to send messages to Twitter.

Aero.Cake.TestSupport

Common Cake (Frosting) Test Support library for Aero projects

Cake.Bridge.DependencyInjection.Testing

Provides helpers for providing Cake context using Microsoft DependencyInjection, letting you use Cake Core/Common/Addins abstractions and aliases.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Cake.Testing:

Repository Stars
daveaglick/Scripty
Tools to let you use Roslyn-powered C# scripts for code generation
Wyamio/Wyam
A modular static content and static site generator.
Version Downloads Last Updated
6.0.0 5,521 11/11/2025
5.1.0 2,070 10/4/2025
5.0.0 36,286 11/12/2024
4.2.0 1,472 10/23/2024
4.1.0 503 10/23/2024
4.0.0 68,124 11/18/2023
3.2.0 1,444 11/10/2023
3.1.0 4,642 7/9/2023
3.0.0 19,928 11/8/2022
2.3.0 1,577 10/14/2022
2.2.0 7,442 4/14/2022
2.1.0 1,873 2/20/2022
2.0.0 12,145 11/30/2021
2.0.0-rc0002 1,488 11/27/2021
2.0.0-rc0001 419 11/7/2021
1.3.0 3,221 10/7/2021
1.2.0 1,559 8/29/2021
1.1.0 10,423 3/6/2021
1.0.0 11,047 2/7/2021
0.6.0 1,644 11/4/2015
Loading failed

Added Chocolatey support.
Added GitReleaseManager support.
Added GitReleaseNotes support.
Added GitVersion support.
Added MyGet build system support.
Added OpenCover support.
Added ReportGenerator support.
Added ReportUnit support.
Added Cake script analyzer support.
Extended AssemblyInfo parser.
Extended ProcessArgumentBuilder with switch.
Extended TeamCity build system support.
Improved NuGet release notes handling.
Refactored Cake Tool handling & tests.