Skip to content

feat: implement ISpanParsable<T>#378

Draft
skwasjer wants to merge 1 commit into
mainfrom
feature/span_parsable
Draft

feat: implement ISpanParsable<T>#378
skwasjer wants to merge 1 commit into
mainfrom
feature/span_parsable

Conversation

@skwasjer
Copy link
Copy Markdown
Owner

For the time being the impl. is private, until we can commit to a complete API change (deprecating IbanParser).

The behavior is also different, because the IbanParser accepts a custom registry (via the ctor) whereas this impl. uses the default registry. We either change this via a static settable registry, or don't bother, but this is a choice that must be made before we can make this public and phase out IbanParser.

See also #133 and #138
Relates to #148

For time being the impl. is private, until we can commit to a complete API change (deprecating IbanParser). The behavior is nuanced, because the IbanParser accepts a custom registry whereas this impl. uses the default registry. We either change this via a static settable registry, or don't bother, but this is a choice that must be made before we can make this public and phase out IbanParser.
@skwasjer skwasjer added this to the v7.0 milestone Nov 25, 2025
@skwasjer skwasjer added feature .NET Pull requests that update .NET code labels Nov 25, 2025
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
50.0% Coverage on New Code (required ≥ 85%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant