Change AllSatisfy to succeed on empty collections#2321
Change AllSatisfy to succeed on empty collections#2321jnyrup merged 2 commits intofluentassertions:developfrom
AllSatisfy to succeed on empty collections#2321Conversation
Co-authored-by: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com>
Qodana for .NETIt 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 reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.6
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
Pull Request Test Coverage Report for Build 6303917071
💛 - Coveralls |
There was a problem hiding this comment.
What about the other methods asserting a collection?
AllSatisfy to succeed on empty collections
If I understand your question, it's about the other methods on The only other I could find where we could also change this is |
huh... in terms of consistency.. is this a desired change? |
Inconsistency between |
|
Haha 😂 |
|
To be sure I understand what you're asking. |
|
Ahm.. no Just asking if I can open a PR that aligns Sorry for the clunky conversation 🫣 |
This fixes #2169
IMPORTANT
./build.sh --target spellcheckor.\build.ps1 --target spellcheckbefore pushing and check the good outcome