Skip to content

Conversation

@IT-VBFK
Copy link
Contributor

@IT-VBFK IT-VBFK commented Jun 13, 2023

First few Qodana "fixes".

Please close safely if it does not suit you :)

Note that I have most likely not covered all "same errors".

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

@IT-VBFK IT-VBFK force-pushed the quodana-fixes branch 4 times, most recently from ca683c5 to 675037b Compare June 13, 2023 19:34
@coveralls
Copy link

coveralls commented Jun 13, 2023

Pull Request Test Coverage Report for Build 5717365346

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 3 of 4 (75.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.007%) to 97.224%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Src/FluentAssertions/Formatting/DefaultValueFormatter.cs 0 1 0.0%
Totals Coverage Status
Change from base Build 5708086092: -0.007%
Covered Lines: 12903
Relevant Lines: 13146

💛 - Coveralls

@IT-VBFK
Copy link
Contributor Author

IT-VBFK commented Jun 13, 2023

Pretty sure that I would go straight to a closed institution after I am done here 😂

I also pretty sure that this is a never ending story ;)

@IT-VBFK IT-VBFK force-pushed the quodana-fixes branch 4 times, most recently from d4e6af6 to 028e0dc Compare June 14, 2023 15:48
@IT-VBFK
Copy link
Contributor Author

IT-VBFK commented Jun 15, 2023

To be honest... I'm in doubt whether this sort of changes have an end..

e.g. the latest Quodana run:
image

I am pretty sure that I have fixed less than 92 problems, but in return we have 92 new ones.

@dennisdoomen
Copy link
Member

I am pretty sure that I have fixed less than 92 problems, but in return we have 92 new ones.

Because you touched old code ;-). But this requires tweaking. Not everything should be checked by Quodana.

@jnyrup jnyrup mentioned this pull request Jul 2, 2023
7 tasks
@IT-VBFK
Copy link
Contributor Author

IT-VBFK commented Jul 31, 2023

Hi

I will close this, because I am not that familiar with the whole codebase 🤔

But I stay attentively on this topic 🙃

@IT-VBFK IT-VBFK closed this Jul 31, 2023
@jnyrup
Copy link
Member

jnyrup commented Jul 31, 2023

Ohh... I liked this PR.
I only had some final comments before I was ready to merge it.

@IT-VBFK
Copy link
Contributor Author

IT-VBFK commented Jul 31, 2023

Oh.. in that case.. I will open it again 🫣

@IT-VBFK IT-VBFK reopened this Jul 31, 2023
@jnyrup jnyrup requested a review from dennisdoomen August 8, 2023 12:02
Copy link
Member

@dennisdoomen dennisdoomen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to disable the two rules (one only for the test projects).

@dennisdoomen dennisdoomen changed the title Quodana fixes Qodana fixes Aug 12, 2023
@dennisdoomen
Copy link
Member

It would be nice to use fix-up commits to remove those reversion commits from the PR

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

building Building and Infrastructure of Fluent Assertions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants