Ardalis.Extensions
0.9.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Ardalis.Extensions --version 0.9.1
NuGet\Install-Package Ardalis.Extensions -Version 0.9.1
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="Ardalis.Extensions" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.Extensions --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ardalis.Extensions, 0.9.1"
#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 Ardalis.Extensions as a Cake Addin #addin nuget:?package=Ardalis.Extensions&version=0.9.1 // Install Ardalis.Extensions as a Cake Tool #tool nuget:?package=Ardalis.Extensions&version=0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Some useful extension methods.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.
-
net6.0
- Ardalis.GuardClauses (>= 3.2.0)
- System.Text.Json (>= 5.0.2)
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 |
---|---|---|
0.9.4 | 7,733 | 3/7/2023 |
0.9.3 | 2,012 | 12/7/2022 |
0.9.2 | 488 | 10/21/2022 |
0.9.1 | 912 | 8/25/2022 |
0.9.0 | 832 | 8/22/2022 |
0.8.0 | 3,270 | 2/18/2022 |
0.7.0 | 2,494 | 10/22/2021 |
0.6.0 | 374 | 8/18/2021 |
0.5.0 | 409 | 7/19/2021 |
0.4.0 | 838 | 7/16/2021 |
0.3.0 | 377 | 7/16/2021 |
0.2.0 | 426 | 7/9/2021 |
0.1.1 | 379 | 7/9/2021 |
0.1.0 | 360 | 7/9/2021 |
Added Product (as in multiplication) extension on enumerables. Thanks @snowfrogdev!