BrakePedal.NETStandard 2.1.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BrakePedal.NETStandard --version 2.1.0
                    
NuGet\Install-Package BrakePedal.NETStandard -Version 2.1.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="BrakePedal.NETStandard" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BrakePedal.NETStandard" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="BrakePedal.NETStandard" />
                    
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 BrakePedal.NETStandard --version 2.1.0
                    
#r "nuget: BrakePedal.NETStandard, 2.1.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 BrakePedal.NETStandard@2.1.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=BrakePedal.NETStandard&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=BrakePedal.NETStandard&version=2.1.0
                    
Install as a Cake Tool

Brake Pedal is a general purpose throttling library. The library provides the following features:

     - Time based throttling: limit X number of requests over Y time period.
     - Locking: block requests after X attempts over Y time period for Z time period.
     - Decoupled storage: you can use the bundled repositories (in memory) or roll your own.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BrakePedal.NETStandard:

Package Downloads
BrakePedal.NETStandard.Redis

The BrakePedal.Redis package contains an implementation of a Redis BrakePedal repository which uses StackExchange.Redis (https://github.com/StackExchange/StackExchange.Redis) for use with the BrakePedal library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.2-prerelease0025 910 7/13/2021
2.1.2-prerelease0024 809 6/8/2021
2.1.2-prerelease0023 909 5/25/2021
2.1.2-prerelease0022 849 5/11/2021
2.1.2-prerelease0021 819 4/6/2021
2.1.1-prerelease0018 864 3/9/2021
2.1.1-prerelease0017 837 2/9/2021
2.1.1-prerelease0016 849 1/15/2021
2.1.1-prerelease0012 867 1/15/2021
2.1.1-prerelease0010 901 1/12/2021
2.1.1-prerelease0009 929 12/9/2020
2.1.1-prerelease0008 897 11/25/2020
2.1.1-prerelease0007 892 11/16/2020
2.1.1-prerelease0006 936 11/11/2020
2.1.1-prerelease0005 932 11/11/2020
2.1.1-dependabot-nuge-0018 509 2/24/2021
2.1.1-dependabot-nuge-0017 860 1/25/2021
2.1.1-dependabot-nuge-0013 876 1/15/2021
2.1.1-dependabot-nuge-0009 876 12/3/2020
2.1.0 22,101 9/15/2020
Loading failed