RestAssured.Net
5.0.0
dotnet add package RestAssured.Net --version 5.0.0
NuGet\Install-Package RestAssured.Net -Version 5.0.0
<PackageReference Include="RestAssured.Net" Version="5.0.0" />
<PackageVersion Include="RestAssured.Net" Version="5.0.0" />
<PackageReference Include="RestAssured.Net" />
paket add RestAssured.Net --version 5.0.0
#r "nuget: RestAssured.Net, 5.0.0"
#:package RestAssured.Net@5.0.0
#addin nuget:?package=RestAssured.Net&version=5.0.0
#tool nuget:?package=RestAssured.Net&version=5.0.0
RestAssured.Net
RestAssured.Net brings the power of <a href="https://rest-assured.io" target="_blank">REST Assured</a> to the C# / .NET ecosystem.
With RestAssured.Net, writing tests for your HTTP APIs is as simple as
using static RestAssured.Dsl;
[Test]
public void DemonstrateRestAssuredNetEaseOfUse()
{
Given()
.When()
.Get("http://api.zippopotam.us/us/90210")
.Then()
.StatusCode(200)
.And()
.Body("$.places[0].state", NHamcrest.Is.EqualTo("California"));
}
All features of the library are described and demonstrated in the RestAssured.Net Usage Guide.
Where can I get RestAssured.Net?
You can add RestAssured.Net to your project using NuGet:
dotnet add package RestAssured.Net or nuget install RestAssured.Net
RestAssured.Net is also available through GitHub Packages.
Want to contribute?
That's awesome! Before you get to work and submit a pull request, though, I'd appreciate you telling me a little more about your idea.
Oh, and if you find a bug, or if you think something is missing from RestAssured.Net, feel free to submit an issue.
| Product | Versions 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. |
-
net10.0
- HtmlAgilityPack (>= 1.12.4)
- Newtonsoft.Json (>= 13.0.4)
- NHamcrest (>= 4.0.0)
- NJsonSchema (>= 11.5.2)
- Stubble.Core (>= 1.10.8)
-
net8.0
- HtmlAgilityPack (>= 1.12.4)
- Newtonsoft.Json (>= 13.0.4)
- NHamcrest (>= 4.0.0)
- NJsonSchema (>= 11.5.2)
- Stubble.Core (>= 1.10.8)
-
net9.0
- HtmlAgilityPack (>= 1.12.4)
- Newtonsoft.Json (>= 13.0.4)
- NHamcrest (>= 4.0.0)
- NJsonSchema (>= 11.5.2)
- Stubble.Core (>= 1.10.8)
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 |
|---|---|---|
| 5.0.0 | 3,966 | 3/20/2026 |
| 4.11.0-beta.1 | 505 | 12/17/2025 |
| 4.10.0 | 34,125 | 11/12/2025 |
| 4.9.0 | 10,864 | 10/29/2025 |
| 4.8.0 | 4,515 | 9/26/2025 |
| 4.8.0-beta.1 | 148 | 9/26/2025 |
| 4.7.1 | 12,381 | 6/13/2025 |
| 4.7.0 | 21,944 | 2/4/2025 |
| 4.7.0-beta.1 | 147 | 1/28/2025 |
| 4.6.0 | 15,194 | 12/9/2024 |
| 4.6.0-beta.1 | 154 | 12/8/2024 |
| 4.5.1 | 38,378 | 11/20/2024 |
| 4.5.0 | 2,067 | 11/19/2024 |
| 4.4.0 | 6,979 | 10/21/2024 |
| 4.4.0-beta.1 | 171 | 10/19/2024 |
| 4.3.1 | 16,091 | 8/22/2024 |
| 4.3.0 | 440 | 8/16/2024 |
| 4.3.0-beta.1 | 170 | 8/13/2024 |
| 4.2.2 | 50,302 | 4/23/2024 |
| 4.2.1 | 52,413 | 12/31/2023 |