TestHelperExtensions 2.4.0
dotnet add package TestHelperExtensions --version 2.4.0
NuGet\Install-Package TestHelperExtensions -Version 2.4.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="TestHelperExtensions" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TestHelperExtensions" Version="2.4.0" />
<PackageReference Include="TestHelperExtensions" />
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 TestHelperExtensions --version 2.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TestHelperExtensions, 2.4.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 TestHelperExtensions@2.4.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=TestHelperExtensions&version=2.4.0
#tool nuget:?package=TestHelperExtensions&version=2.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A set of extension methods helpful when building unit tests. Methods include functionality for creating random data of various types, converting data types, comparing date data, searching within string arrays, etc.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- No dependencies.
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 |
|---|---|---|
| 2.4.0 | 231 | 3/9/2025 |
| 2.3.0 | 149 | 11/23/2024 |
| 2.2.1 | 435 | 3/20/2023 |
| 2.2.0 | 320 | 3/20/2023 |
| 2.1.0.1 | 1,266 | 2/1/2019 |
| 2.1.0 | 844 | 2/1/2019 |
| 2.0.1 | 1,046 | 10/11/2018 |
| 1.2.0 | 1,312 | 9/29/2017 |
| 1.1.5 | 1,439 | 8/20/2016 |
| 1.1.4 | 1,329 | 8/20/2016 |
| 1.1.3 | 1,330 | 8/20/2016 |
| 1.1.2 | 1,320 | 8/19/2016 |
| 1.1.1 | 1,329 | 7/18/2016 |
| 1.1.0 | 1,337 | 7/18/2016 |
| 1.0.2 | 1,307 | 8/19/2016 |
| 1.0.1 | 1,485 | 8/27/2015 |
| 1.0.0 | 2,075 | 8/25/2015 |
Version 2.4.0 - Add support for converting strings to booleans