Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ITaluone
Copy link
Contributor

@ITaluone ITaluone commented Dec 12, 2023

This finishes #2445

Al the credit goes to @ShaharPrishMSFT

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

Copy link

github-actions bot commented Dec 12, 2023

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]

@coveralls
Copy link

coveralls commented Dec 12, 2023

Pull Request Test Coverage Report for Build 7213584218

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 97.463%

Totals Coverage Status
Change from base Build 7206723896: -0.01%
Covered Lines: 11745
Relevant Lines: 11929

💛 - Coveralls

@ITaluone
Copy link
Contributor Author

ITaluone commented Dec 12, 2023

Was only the qodana fix :)

Well.. at least I thought that :D

@ITaluone ITaluone force-pushed the fix/finish-2445 branch 2 times, most recently from 159cd68 to c021b6e Compare December 13, 2023 07:39
Copy link

github-actions bot commented Dec 14, 2023

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]

@jnyrup jnyrup merged commit af4fce2 into fluentassertions:develop Dec 15, 2023
@ITaluone ITaluone deleted the fix/finish-2445 branch December 15, 2023 09:44
@jnyrup jnyrup added the bug label Jan 6, 2024
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Jul 14, 2024
…sertions#2511)

* Fix issue when an empty ArraySegmnet is a member of a class.

With latest, it crashes when trying to access the array members.

* Fix PR comments.

* Fix Qodana complaints

* Update releases.md

* Address review comments

---------

Co-authored-by: Shahar Prish <[email protected]>
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Jul 14, 2024
…sertions#2511)

* Fix issue when an empty ArraySegmnet is a member of a class.

With latest, it crashes when trying to access the array members.

* Fix PR comments.

* Fix Qodana complaints

* Update releases.md

* Address review comments

---------

Co-authored-by: Shahar Prish <[email protected]>
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Jul 14, 2024
…sertions#2511)

* Fix issue when an empty ArraySegmnet is a member of a class.

With latest, it crashes when trying to access the array members.

* Fix PR comments.

* Fix Qodana complaints

* Update releases.md

* Address review comments

---------

Co-authored-by: Shahar Prish <[email protected]>
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Aug 18, 2024
…sertions#2511)

* Fix issue when an empty ArraySegmnet is a member of a class.

With latest, it crashes when trying to access the array members.

* Fix PR comments.

* Fix Qodana complaints

* Update releases.md

* Address review comments

---------

Co-authored-by: Shahar Prish <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Types that contain an empty ArraySegment<>s cannot be checked with IsEquivalentTo.
5 participants