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

Skip to content

Conversation

vbreuss
Copy link
Contributor

@vbreuss vbreuss commented Nov 12, 2023

Change return type to TSelf for WithoutMatchingRules and WithoutSelectionRules

Fixes #2455

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 Nov 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

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@coveralls
Copy link

coveralls commented Nov 12, 2023

Pull Request Test Coverage Report for Build 6853586581

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 97.457%

Totals Coverage Status
Change from base Build 6843206302: 0.01%
Covered Lines: 11743
Relevant Lines: 11926

💛 - Coveralls

@vbreuss vbreuss changed the title Add fluent syntax for WithoutMatchingRules and WithoutSelectionRules Add fluent syntax for WithoutMatchingRules and WithoutSelectionRules on SelfReferenceEquivalencyOptions<TSelf> Nov 13, 2023
Co-authored-by: Dennis Doomen <[email protected]>
@vbreuss vbreuss changed the title Add fluent syntax for WithoutMatchingRules and WithoutSelectionRules on SelfReferenceEquivalencyOptions<TSelf> Allow fluently calling WithoutMatchingRules and WithoutSelectionRules while using BeEquivalentTo Nov 13, 2023
This was referenced Sep 13, 2025
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.

Fluent Syntax for WithoutMatchingRules and WithoutSelectionRules
4 participants