Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use primitive type IUtf8SpanFormattable implementations #84527

Closed
stephentoub opened this issue Apr 8, 2023 · 1 comment · Fixed by #84587
Closed

Use primitive type IUtf8SpanFormattable implementations #84527

stephentoub opened this issue Apr 8, 2023 · 1 comment · Fixed by #84587
Assignees

Comments

@stephentoub
Copy link
Member

As part of implementing IUtf8SpanFormattable, multiple places that could use primitive type implementations of the interface are currently implemented in other ways. Once {U}Int32 and friends implement the interface, these locations (which are tagged with this issue) should be updated.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 8, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 8, 2023
@ghost
Copy link

ghost commented Apr 10, 2023

Tagging subscribers to this area: @dotnet/area-system-runtime
See info in area-owners.md if you want to be subscribed.

Issue Details

As part of implementing IUtf8SpanFormattable, multiple places that could use primitive type implementations of the interface are currently implemented in other ways. Once {U}Int32 and friends implement the interface, these locations (which are tagged with this issue) should be updated.

Author: stephentoub
Assignees: -
Labels:

area-System.Runtime, untriaged, needs-area-label

Milestone: -

@stephentoub stephentoub self-assigned this Apr 10, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Apr 10, 2023
@jeffhandley jeffhandley removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 11, 2023
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Apr 14, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants