fluentassertions icon indicating copy to clipboard operation
fluentassertions copied to clipboard

Backport fixes from develop to v6

Open jnyrup opened this issue 1 year ago • 1 comments

Since developing v7 is a larger undertaking than we initially expected, we want to backport some fixes to v6.

This backporting should cover PRs that were merged since v6.12 and marked as bugs.

🛑 Please do not ask for backporting new features - new features come with new bugs.

IMPORTANT

  • [ ] If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label.
  • [ ] The code complies with the Coding Guidelines for C#.
  • [ ] The changes are covered by unit tests which follow the Arrange-Act-Assert syntax and the naming conventions such as is used in these tests.
  • [ ] If the PR adds a feature or fixes a bug, please update the release notes with a functional description that explains what the change means to consumers of this library, which are published on the website.
  • [ ] If the PR changes the public API the changes needs to be included by running AcceptApiChanges.ps1 or AcceptApiChanges.sh.
  • [ ] If the PR affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
    • [ ] Please also run ./build.sh --target spellcheck or .\build.ps1 --target spellcheck before pushing and check the good outcome

jnyrup avatar Aug 18 '24 12:08 jnyrup

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 [email protected]

  • Or via our issue tracker: https://jb.gg/qodana-issue
  • Or share your feedback: https://jb.gg/qodana-discussions

github-actions[bot] avatar Aug 18 '24 12:08 github-actions[bot]