Skip to content

Conversation

ITaluone
Copy link
Contributor

Closes: #168

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

@coveralls
Copy link

coveralls commented Jun 13, 2025

Pull Request Test Coverage Report for Build 15660017692

Details

  • 42 of 42 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 97.503%

Totals Coverage Status
Change from base Build 15570311303: 0.01%
Covered Lines: 12514
Relevant Lines: 12694

💛 - Coveralls

@ITaluone ITaluone force-pushed the feat/parsable branch 2 times, most recently from ad3cbb6 to 2d914de Compare June 13, 2025 08:41
@ITaluone ITaluone marked this pull request as ready for review June 13, 2025 09:49
@IT-VBFK IT-VBFK requested a review from cbersch June 14, 2025 07:55
Copy link
Member

@cbersch cbersch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks good! Thank you

@IT-VBFK IT-VBFK requested review from ScarletKuro and a team and removed request for ScarletKuro June 14, 2025 14:36
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.

Assert parsability of strings
5 participants