Skip to content

Conversation

@rokklobster
Copy link
Contributor

@rokklobster rokklobster commented Sep 20, 2023

Fix for #2310 - typo in format string

IMPORTANT

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

@dennisdoomen dennisdoomen changed the title #2310 - fix Fixed formatting error when checking nullable DateTimeOffset with BeWithin/Before Sep 20, 2023
Copy link
Member

@jnyrup jnyrup left a comment

Choose a reason for hiding this comment

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

Thanks for reporting and fixing this ❤️

@rokklobster
Copy link
Contributor Author

image
@dennisdoomen, @jnyrup, is it something new? I saw it failed several times, but none of fails was because of added code.
Should I do something else? Or can someone help with merging the PR?

@IT-VBFK
Copy link
Contributor

IT-VBFK commented Sep 21, 2023

Please rebase to onto current develop

@github-actions
Copy link

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/qodana-action@v2023.2.6
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@jnyrup jnyrup merged commit e5bcccf into fluentassertions:develop Sep 22, 2023
@rokklobster rokklobster deleted the 2310-fix branch September 22, 2023 07:40
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Jul 14, 2024
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Jul 14, 2024
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Jul 14, 2024
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Aug 18, 2024
jnyrup pushed a commit to jnyrup/fluentassertions that referenced this pull request Aug 18, 2024
jnyrup pushed a commit that referenced this pull request Sep 9, 2024
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.

BeWithin().Before for DateTimeOffset? fails with formatting error when value is null

5 participants