Fix typo in exceptions page - #3317
Merged
dennisdoomen merged 1 commit intoAug 22, 2026
Merged
Conversation
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
This was referenced Sep 14, 2026
Open
Open
hannesbarbez
pushed a commit
to hannesbarbez/BarbezDotEu.Playwright
that referenced
this pull request
Sep 15, 2026
Updated [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.10.0 to 8.11.0. <details> <summary>Release notes</summary> _Sourced from [FluentAssertions's releases](https://github.com/fluentassertions/fluentassertions/releases)._ ## 8.11.0 <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### New features * Add `ThatSatisfy` for methods and properties by @jnyrup in fluentassertions/fluentassertions#3257 * Add BeSupersetOf, BeProperSubsetOf and BeProperSupersetOf collection assertions by @dennisdoomen in fluentassertions/fluentassertions#3271 * Add BeJsonSerializable round-trip assertions by @dennisdoomen in fluentassertions/fluentassertions#3293 * Support asserting on delegates that return a value task by @dennisdoomen in fluentassertions/fluentassertions#3301 ### Improvements * BeEmpty for IEnumerable<T> assertions now lists the first 10 items in… by @Xceed-DelvaJB in fluentassertions/fluentassertions#3198 * Clean-up the stack trace further by @jnyrup in fluentassertions/fluentassertions#3290 * Add HaveLineCount()/NotHaveLineCount() and ContainLine()/NotContainLine() to StringAssertions by @dennisdoomen in fluentassertions/fluentassertions#3297 * Add public ValueTypeAssertions<TSubject, TAssertions> base class by @dennisdoomen in fluentassertions/fluentassertions#3308 ### Fixes * Fix JsonNodeAssertions.HaveProperty/NotHaveProperty for properties with explicit null values by @dennisdoomen with @Copilot in fluentassertions/fluentassertions#3282 * Fix exception on `HaveProperty` on `JsonArray` by @jnyrup in fluentassertions/fluentassertions#3295 * Fix potential NREs when using AssertionScope (#3178) by @dennisdoomen in fluentassertions/fluentassertions#3323 ### Documentation * Fix typos by @jnyrup in fluentassertions/fluentassertions#3310 * Fix typo in exceptions page by @jpgomezv in fluentassertions/fluentassertions#3317 ### Others * Simplify GetMinValue/GetMaxValue by @jnyrup in fluentassertions/fluentassertions#3210 * Revert "Bump coverlet.collector from 6.0.4 to 8.0.1" by @jnyrup in fluentassertions/fluentassertions#3218 * Update nugets by @jnyrup in fluentassertions/fluentassertions#3226 * Convert the build pipeline from Nuke to Fallout by @dennisdoomen in fluentassertions/fluentassertions#3234 * Expose ShouldThrowOnCyclicReference on IEquivalencyValidationContext by @dennisdoomen in fluentassertions/fluentassertions#3242 * Prevent pwn-request RCE via the Qodana workflow by @dennisdoomen in fluentassertions/fluentassertions#3217 * Harden NPM install by @jnyrup in fluentassertions/fluentassertions#3258 * Pin System.Security.Cryptography.Xml to patched version to fix build restore failures by @dennisdoomen in fluentassertions/fluentassertions#3283 * Exclude dependabot PRs from auto-generated release notes by @dennisdoomen in fluentassertions/fluentassertions#3294 * Fix Qodana PR scans failing on pull requests from forks by @dennisdoomen in fluentassertions/fluentassertions#3299 * Cancel duplicate CI runs when a push triggers both push and pull_request events by @dennisdoomen in fluentassertions/fluentassertions#3298 * Fix Qodana-flagged possible multiple enumeration and unused auto-property warnings by @dennisdoomen in fluentassertions/fluentassertions#3300 * Document lessons learned from #3291 in agents.md by @dennisdoomen in fluentassertions/fluentassertions#3307 * Pin SDK to workaround 10.0.400 by @jnyrup in fluentassertions/fluentassertions#3309 * Stop the Build workflow from running twice on same-repo PRs by @dennisdoomen in fluentassertions/fluentassertions#3311 * Update NuGet.Frameworks to workaround Fallout issue by @jnyrup in fluentassertions/fluentassertions#3318 * Prefer Count > 0 over Any() by @jnyrup in fluentassertions/fluentassertions#3321 * Correct the arguments passed to `string.Format` on failure by @jnyrup in fluentassertions/fluentassertions#3325 * Migrate xunit v3 test projects off the VSTest pipeline by @dennisdoomen in fluentassertions/fluentassertions#3320 * Include PackageGuard risk report and SBOM in pipeline by @dennisdoomen in fluentassertions/fluentassertions#3324 ## New Contributors * @jpgomezv made their first contribution in fluentassertions/fluentassertions#3317 **Full Changelog**: fluentassertions/fluentassertions@8.10.0...8.11.0 Commits viewable in [compare view](fluentassertions/fluentassertions@8.10.0...8.11.0). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a typo in the exceptions documentation: \Wilcard\ -> \Wildcard\ in the wildcard specifier table header.