• 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 net8_analyzers
branch: net8_analyzers
CHANGE BRANCH
x
Reset
Sync Branches
  • net8_analyzers
  • 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
  • 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
  • qodana2
  • 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

23 Jun 2023 12:43PM UTC coverage: 97.214%. Remained the same
5356382147

push

github

jnyrup
Exclude CA1861

The analyzer is probably right, but the fix would be a named static field, which would reduce code locality. As I don't think these places are hot-paths, we prefer code locality over _potential_ performance increase.

Right now it triggered in these members:
* ObjectReference.GetPathElements
* StringExtensions.IndentLines
* MemberPath.Segments

4016 of 4258 branches covered (94.32%)

Branch coverage included in aggregate %.

12870 of 13112 relevant lines covered (98.15%)

100519.26 hits per line

Relevant lines Covered
Build:
Build:
13112 RELEVANT LINES 12870 COVERED LINES
100519.26 HITS PER LINE
Source Files on net8_analyzers
  • Tree
  • List 325
  • Changed 48
  • Source Changed 0
  • Coverage Changed 48
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5356382147 net8_analyzers Exclude CA1861 The analyzer is probably right, but the fix would be a named static field, which would reduce code locality. As I don't think these places are hot-paths, we prefer code locality over _potential_ performance increase. Right now it ... push 23 Jun 2023 12:43PM UTC jnyrup github
97.21
5338719889 net8_analyzers Ignore CA1859 until reported issue is fixed push 21 Jun 2023 08:49PM UTC jnyrup github
97.21
4713785131 net8_analyzers Prepare for .NET 8 analyzers' push 16 Apr 2023 02:27PM UTC Jonas Nyrup github
97.19
4713225802 net8_analyzers Prepare for .NET 8 analyzers' push 16 Apr 2023 12:30PM UTC Jonas Nyrup github
97.19
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