Skip to content

Conversation

@IT-VBFK
Copy link
Contributor

@IT-VBFK IT-VBFK commented Jan 5, 2024

Closes #2434

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

@github-actions
Copy link

github-actions bot commented Jan 5, 2024

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 qodana-support@jetbrains.com

@coveralls
Copy link

coveralls commented Jan 5, 2024

Pull Request Test Coverage Report for Build 7432633698

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

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

Totals Coverage Status
Change from base Build 7432082456: 0.002%
Covered Lines: 11760
Relevant Lines: 11944

💛 - Coveralls

@IT-VBFK IT-VBFK changed the title Add missing NotBeIn() DateTimeKind assertion Add missing NotBeIn(DateTimeKind) DateTime assertion Jan 5, 2024
@IT-VBFK IT-VBFK force-pushed the feat/missing_datetime_kind branch from 4a041ad to a37003b Compare January 5, 2024 14:53
@IT-VBFK IT-VBFK force-pushed the feat/missing_datetime_kind branch 2 times, most recently from 832f500 to 837da29 Compare January 5, 2024 21:21
@IT-VBFK IT-VBFK requested a review from jnyrup January 5, 2024 21:22
@IT-VBFK IT-VBFK force-pushed the feat/missing_datetime_kind branch 2 times, most recently from 1341b1c to 7423ca1 Compare January 5, 2024 21:46
IT-VBFK and others added 4 commits January 6, 2024 15:23
Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
@IT-VBFK IT-VBFK force-pushed the feat/missing_datetime_kind branch from 7423ca1 to 73fdb92 Compare January 6, 2024 14:25
@jnyrup jnyrup added the feature label Jan 6, 2024
@IT-VBFK
Copy link
Contributor Author

IT-VBFK commented Jan 6, 2024

I don't get qodana again :D

Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
@jnyrup
Copy link
Member

jnyrup commented Jan 6, 2024

Hmm... the PossibleInvalidOperationException analyzer doesn't seem to take ! into account.
Replacing .Value with .GetValueOrDefault() should silence it then 🤞

Roslyn has a similar analyzer, which can be silenced with !.
https://sharplab.io/#v2:EYLgtghglgdgPgAQEwEYCwAoTyAEBBTAb0x1JwQGYdgB7GgGxwDE6AKAEQgBcBTAFShgeAfhwATAJQ4AvAD5xAOgBqEegFceCgNKwxM6TgAMAbkwkylanUYsaSDt36CR4qXPEBCZao3bd+o1MMMhxzUktaBmY6CgdeASFRSRl5MQUAcR4uFXUeAHkAJ3YeADMINXouVgk/GD1pAxNMAF8gA=

Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
@jnyrup jnyrup requested a review from dennisdoomen January 6, 2024 16:55
@dennisdoomen dennisdoomen merged commit 5b2ff79 into fluentassertions:develop Jan 6, 2024
@IT-VBFK IT-VBFK deleted the feat/missing_datetime_kind branch January 15, 2024 19:21
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.

Add NotBeIn in DateTimeAssertions

4 participants