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

Support more primitive type converters #70057

Merged
merged 3 commits into from
Jun 2, 2022

Conversation

tarekgh
Copy link
Member

@tarekgh tarekgh commented May 31, 2022

Fixes #68743

Support the type converters for the types: DateOnly, TimeOnly, Int128, UInt128, and Half.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost assigned tarekgh May 31, 2022
@ghost
Copy link

ghost commented May 31, 2022

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

Issue Details

Fixes #68743

Author: tarekgh
Assignees: -
Labels:

area-System.ComponentModel, new-api-needs-documentation

Milestone: -

@tarekgh tarekgh added this to the 7.0.0 milestone May 31, 2022
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

LGTM

@tarekgh
Copy link
Member Author

tarekgh commented Jun 1, 2022

Thanks @eerhardt for your review and feedback!

@tarekgh tarekgh merged commit 367fe33 into dotnet:main Jun 2, 2022
@tarekgh tarekgh deleted the ExtraTypeConvertersSupport branch June 2, 2022 00:41
@AndyAyersMS
Copy link
Member

Possible regression on x86: dotnet/perf-autofiling-issues#5822

@ghost ghost locked as resolved and limited conversation to collaborators Jul 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants