Skip to content

Fix typo in exceptions page - #3317

Merged
dennisdoomen merged 1 commit into
fluentassertions:mainfrom
jpgomezv:fix/docs-wilcard-typo
Aug 22, 2026
Merged

dennisdoomen merged 1 commit into
fluentassertions:mainfrom
jpgomezv:fix/docs-wilcard-typo

Conversation

@jpgomezv

Copy link
Copy Markdown
Contributor

Fixes a typo in the exceptions documentation: \Wilcard\ -> \Wildcard\ in the wildcard specifier table header.

@github-actions

Copy link
Copy Markdown

Qodana for .NET

It 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
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@dennisdoomen dennisdoomen changed the title docs: fix typo in exceptions page Fix typo in exceptions page Aug 22, 2026
@dennisdoomen
dennisdoomen merged commit a194143 into fluentassertions:main Aug 22, 2026
8 checks passed
This was referenced Sep 14, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants