Pitcher.Sources
1.2.0
Suggested Alternatives
Additional Details
This package is no longer maintained.
dotnet add package Pitcher.Sources --version 1.2.0
NuGet\Install-Package Pitcher.Sources -Version 1.2.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="Pitcher.Sources" Version="1.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pitcher.Sources --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pitcher.Sources, 1.2.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.
// Install Pitcher.Sources as a Cake Addin #addin nuget:?package=Pitcher.Sources&version=1.2.0 // Install Pitcher.Sources as a Cake Tool #tool nuget:?package=Pitcher.Sources&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This package is obsolete, install the normal Pitcher package for an up-to-date version.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has 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 | |
---|---|---|---|
1.2.0 | 1,295 | 3/31/2019 | |
1.1.0 | 1,216 | 8/25/2018 | |
1.0.0 | 1,360 | 6/23/2018 | |
1.0.0-beta4 | 1,232 | 6/19/2018 | |
1.0.0-beta3 | 1,100 | 6/12/2018 | |
1.0.0-beta2 | 1,196 | 6/11/2018 | |
1.0.0-beta1 | 1,233 | 6/11/2018 |
1.2.0:
- [Feature] Added Throw.When(bool, Func<Exception>)
1.1.0:
-[Fix] Removed expensive null check on arguments in Throw.This() and Throw.When()