You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.nuget.org/packages/FluentAssertions.Web.v8)
54
+
55
+
### Getting started
56
+
57
+
If you are using FluentAssertions < 8.0.0
58
+
```
59
+
dotnet add package FluentAssertions.Web
60
+
```
61
+
62
+
If you are using FluentAssertions >= 8.0.0
63
+
64
+
```
65
+
dotnet add package FluentAssertions.Web.v8
66
+
```
67
+
52
68
### FluentAssertions.Web Examples
53
69
54
70
- Asserting that the response content of a HTTP POST request is equivalent to a certain object
@@ -333,3 +349,9 @@ This library can still be used with FluentAssertions and it did not become obsol
333
349
334
350
When FluentAssertions.Web was created, [FluentAssertions.Http](https://github.com/balanikas/FluentAssertions.Http) also existed at the time, solving the same problem when considering the asserting language.
335
351
Besides the extra assertions added by FluentAssertions.Web, an important effort is put by this library on what happens when a test fails.
352
+
353
+
**FluentAssertions 8.0.0 and beyond**
354
+
355
+
Starting 8.0.0, FA is not an FOSS anymore. **FluentAssertions.Web** will maintain both FOSS (< 8.0.0) and the Commercial versions of FA (>= 8.0.0), so they will be deployed as separate Nuget packages:
356
+
- **FluentAssertions.Web** will continue to dependend on the FOSS versions
357
+
- **FluentAssertions.Web.v8** will dependend on the Commercial versions
0 commit comments