Rester 2.9.0

dotnet add package Rester --version 2.9.0
                    
NuGet\Install-Package Rester -Version 2.9.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="Rester" Version="2.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rester" Version="2.9.0" />
                    
Directory.Packages.props
<PackageReference Include="Rester" />
                    
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 Rester --version 2.9.0
                    
#r "nuget: Rester, 2.9.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 Rester@2.9.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=Rester&version=2.9.0
                    
Install as a Cake Addin
#tool nuget:?package=Rester&version=2.9.0
                    
Install as a Cake Tool

HttpClient extensions

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 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 is compatible.  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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Rester:

Package Downloads
Rester.Serializers.Newtonsoft.Json

Json.NET serializer for Rester

Rester.Serializers.System.Text.Json

System.Text.Json serializer for Rester

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.9.0 30 5/23/2026
2.8.0 106 5/2/2026
2.7.1 295 12/7/2025
2.7.0 332 11/14/2025
2.6.0 275 11/23/2024
2.5.0 379 11/19/2023
2.4.0 442 7/20/2023
2.3.0 907 11/16/2022
2.2.1 1,097 8/12/2022
2.2.0 1,100 5/7/2022
2.1.2 1,052 1/12/2022
2.1.1 845 11/16/2021
2.1.0 902 10/31/2021
2.0.1 865 6/8/2021
2.0.0 1,019 5/9/2021
1.1.4 1,324 7/4/2020
1.1.3 1,033 3/30/2020
1.1.2 1,070 3/26/2020
Loading failed