Skip to content

docs: Update README.md to provide reason why consumers should keep this nuget package up to date - #286

Merged
wmundev merged 2 commits into
mainfrom
feature/update-docs-metadata-info
Feb 25, 2025
Merged

docs: Update README.md to provide reason why consumers should keep this nuget package up to date#286
wmundev merged 2 commits into
mainfrom
feature/update-docs-metadata-info

Conversation

@wmundev

@wmundev wmundev commented Feb 24, 2025

Copy link
Copy Markdown
Collaborator

Changes

  • Update README.md to provide reason why consumers should keep this nuget package up to date

@wmundev
wmundev requested a review from twcclegg February 24, 2025 05:01
@wmundev wmundev self-assigned this Feb 24, 2025
@codecov

codecov Bot commented Feb 24, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.27%. Comparing base (db885c8) to head (9675f81).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #286   +/-   ##
=======================================
  Coverage   75.27%   75.27%           
=======================================
  Files          34       34           
  Lines        4424     4424           
  Branches     1001     1001           
=======================================
  Hits         3330     3330           
  Misses        885      885           
  Partials      209      209           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wmundev
wmundev merged commit c6bd5cc into main Feb 25, 2025
@wmundev
wmundev deleted the feature/update-docs-metadata-info branch February 25, 2025 02:53
twcclegg added a commit that referenced this pull request Aug 26, 2026
Phonemetadata.cs: all 17 PhoneNumberDesc-typed MergeXxx builder methods
share the same if/else-assigns-same-variable shape; collapsed each to
a ternary (cs/missed-ternary-operator, alerts #286-#302). Also dropped
a redundant int.GetHashCode() call in PhoneMetadata.GetHashCode
(cs/useless-gethashcode-call, alert #240).

PhoneNumberDesc.cs: dropped two redundant int.GetHashCode() calls in
the possibleLength_/possibleLengthLocalOnly_ hash folds
(cs/useless-gethashcode-call, alerts #237/#238).

int.GetHashCode() returns the int itself, so XOR-ing the value
directly is equivalent.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants