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
This pull request updates the `README.md` to document new verification features and clarify usage details for web extensions and JSON content matching. The most important changes are grouped below:
### Verification API Documentation Improvements
* Added documentation for the new `Between(...).And(...Times())` verification method, allowing users to assert that a method was called between a minimum and maximum number of times.
* Clarified that `Within` and `WithCancellation` are available on `AtLeast*`, `Once`, `Twice`, `Exactly`, and `Between`, but not on `Never` or `AtMost*` verifications.
### Web Extensions Requirements
* Noted that web extensions require .NET 8.0 or later.
### JSON Content Matching Enhancements
* Documented that, by default, additional properties in actual JSON are ignored during HTTP request verification, and introduced the `IgnoringAdditionalProperties(false)` option for requiring an exact match. Provided a code example demonstrating this stricter matching.
0 commit comments