• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jnyrup / fluentassertions
97%
main: 97%

Build:
Build:
LAST BUILD BRANCH: When_concurrently_getting_equality_strategy_it_should_not_throw
DEFAULT BRANCH: main
Repo Added 18 Feb 2022 03:50PM UTC
Token vwC5k4PIZNzBuqhjwyJ2GfKu9KGN6q84T regen
Build 622 Last
Files 340
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH qodana2
branch: qodana2
CHANGE BRANCH
x
Reset
Sync Branches
  • qodana2
  • 1827_dogfooding
  • AppendJoin
  • AssertionScopes
  • BumpMinSdk
  • Cleanup
  • CodeCoverage
  • ComparableTypeAssertions_referential_equality
  • ConfigurationManager_backport
  • ContainInOrder_Allocations
  • Contributing
  • DataCleanup
  • EnumAsssertionBe
  • Equatable_fix
  • EventRaiseDocs
  • FakeShould
  • FixNaNTest
  • Guard
  • Immutable_downgrade
  • ImproveNumericDifference
  • IsRecord
  • IsTuple
  • JoinContexts
  • MoveReleaseNotes
  • NaN_for_nullables
  • NonReadonlyMemberInGetHashCode
  • Nugets20220218
  • OperationCanceledException
  • PR_2023
  • PatternCombinators
  • PolySharp
  • ReferenceAssemblies
  • RegexInvariantCulture
  • Remove_UsingLineBreaks
  • SpacesPerIndentionLevel
  • StringSyntaxAttribute
  • Stryker
  • UIFact_serialize
  • UWP_build_fix
  • Verify
  • When_concurrently_getting_equality_strategy_it_should_not_throw
  • accept_license
  • allow_empty_coverage
  • allsatisfy
  • analyzers
  • analyzers_packages
  • auto_conversion
  • avoid_nre
  • backport_yaml
  • build_required_attribute
  • bump_reportgenerator
  • ci_on_linux_and_mac
  • cleanup
  • cleanup20231229
  • cleanups20220813
  • cleanups20220911
  • clenaup
  • configuration_manager_downgrade
  • coveralls_v2
  • csharp10
  • csharp11
  • csharp12
  • cspell
  • dataset_assertion_scope
  • date_docs
  • delegate_to_action
  • dependabot
  • dependabot/github_actions/JetBrains/qodana-action-2025.2
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/setup-dotnet-5
  • dependabot/npm_and_yarn/cspell-7.3.6
  • dependabot/npm_and_yarn/cspell-7.3.7
  • dependabot/npm_and_yarn/cspell-9.2.1
  • dependabot/npm_and_yarn/semver-6.3.1
  • dependabot/nuget/MSTest.TestAdapter-3.1.1
  • dependabot/nuget/Nuke.Common-7.0.6
  • dependabot/nuget/xunit.runner.visualstudio-2.5.1
  • dependabot_exclude_uwp
  • dependabot_fixup
  • dependabot_grouping
  • develop
  • develop2master
  • dictionary_equivalency_cleanup
  • docs
  • docs2
  • exception_cleanup
  • exception_docs
  • feature/jn/CoverageOfFakeShould
  • feature/jn/NullableDateOnlyAssertions_ctor_name
  • feature/jn/cleanups
  • fileScopedNamespaces
  • fix-canceled-task
  • fix_building_benchmarks
  • fix_release_notes
  • follow_up_3076
  • github_actions
  • ignore_immutable
  • init_properties
  • inline_paramless_ctors
  • issue2000_materializing_enumerable
  • issue2175
  • issue2213
  • issue2409
  • issue2704
  • issue3031
  • jn/TypeMemberReflector
  • jn/backport_configuration_manager
  • jn/cherrypick_test
  • jn/cleanup
  • jn/deps
  • jn/fewer_tasks
  • jn/quodana
  • jn/regex_fixups
  • json_docs
  • langword
  • less_linq
  • license
  • liquid_fix
  • lock_file
  • lockfile2
  • main
  • master
  • match_true
  • mstestv4
  • multiple_files
  • nameof
  • net10
  • net6
  • net7
  • net7_sdk
  • net8_analyzer
  • net8_analyzers
  • newlines
  • no_format_of_constant_Booleans
  • nre_in_compare
  • nuget
  • nuget20250809
  • nugets
  • nugets20220327
  • nugets20220414
  • nugets20220723
  • nugets20220911
  • nugets20221230
  • nugets_20230621
  • patch-2
  • patternMatching
  • perfomance20220527
  • plural_keys
  • qodana
  • qodana_problems
  • random_seed
  • regex_stuff
  • releaseNotes
  • release_notes
  • remove_bat
  • remove_bogus
  • remove_chill
  • remove_extra_should
  • remove_try_catch_from_tests
  • restore_datetime_docs
  • restore_string_syntax
  • revert-1807-JDG_ExcludingNonBrowsable
  • revert_locking
  • revert_personal_preference_for_early_returns
  • review_process
  • ruby_deps
  • ruby_gems
  • ruby_updates
  • stop_asserting_when_wrapped
  • stringComparison
  • string_extensions
  • string_sorting
  • stuff
  • styling
  • tcs
  • test_vacuous_truths
  • tests-for-execution-coverage
  • text_cleanups
  • theory_data
  • thread_safety_docs
  • throw-within
  • trim_benchmarks
  • unused_using
  • updates
  • upgrade_xunit
  • upmerge
  • upmerge_support7
  • using_inside_async
  • uwp_mstest
  • visual_basic
  • weekly_dependabot
  • xmarshal_develop
  • xml_fixups
  • xunit_code_coverage
  • yaml_backports

17 Dec 2025 10:28AM UTC coverage: 97.158%. Remained the same
20299695497

push

github

jnyrup
Suppress `UnassignedGetOnlyAutoProperty` for `Node.GetHashCode`

The analyzer is correct that `GetHashCode()` shouldn't use mutable members.
See https://www.jetbrains.com/help/rider/NonReadonlyMemberInGetHashCode.html for more details.

For `Node` however, we only use `GetHashCode()` when calling `Union()` in `AllPropertiesSelectionRule` and `AllFieldsSelectionRule`.
So we should be safe.

3960 of 4232 branches covered (93.57%)

Branch coverage included in aggregate %.

12826 of 13045 relevant lines covered (98.32%)

79253.6 hits per line

Relevant lines Covered
Build:
Build:
13045 RELEVANT LINES 12826 COVERED LINES
79253.6 HITS PER LINE
Source Files on qodana2
  • Tree
  • List 339
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20299695497 qodana2 Suppress `UnassignedGetOnlyAutoProperty` for `Node.GetHashCode` The analyzer is correct that `GetHashCode()` shouldn't use mutable members. See https://www.jetbrains.com/help/rider/NonReadonlyMemberInGetHashCode.html for more details. For `Node`... push 17 Dec 2025 10:37AM UTC jnyrup github
97.16
See All Builds (510)

Badge your Repo: fluentassertions

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc