Skip to content

Conversation

@Daniel-iel
Copy link
Owner

@Daniel-iel Daniel-iel commented Dec 25, 2025

Description

Type of Change

  • πŸ› Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • πŸ“š Documentation update
  • ⚑ Performance improvement
  • πŸ§ͺ Test improvement
  • πŸ”§ Refactoring (no functional changes)

Related Issues

Fixes #

Changes Made

  • Change the command to push the package to nuget org

Testing

  • [X ] All existing tests pass (dotnet test)
  • Added new tests for the changes
  • Manually tested the functionality
  • Ran benchmarks (for performance-related changes)
  • Checked for memory leaks or performance regressions

Checklist

  • My code follows the project's code style and conventions
  • [ X] I have performed a self-review of my own code
  • [ X] I have commented my code, particularly in hard-to-understand areas
  • [X ] I have made corresponding changes to the documentation
  • [ X] My changes generate no new warnings or errors
  • [ X] I have added tests that prove my fix is effective or that my feature works
  • [ X] New and existing unit tests pass locally with my changes
  • [ X] Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

Performance Impact

Before:


After:



By submitting this PR, I confirm that my contribution is made under the terms of the MIT license.

@Daniel-iel Daniel-iel merged commit 7089bd2 into main Dec 25, 2025
8 checks passed
@codecov
Copy link

codecov bot commented Dec 25, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 97.87%. Comparing base (57b074f) to head (83f3600).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files           6        6           
  Lines         188      188           
  Branches       32       32           
=======================================
  Hits          184      184           
  Partials        4        4           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant