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 generic Enum methods in more places. #67147

Merged
merged 2 commits into from
Mar 26, 2022

Conversation

teo-tsirpanis
Copy link
Contributor

This PR expands the work of #64850 and uses the generic Enum methods in more places. I simply changed the libraries that were multi-targeting older frameworks but their actual code was targeting only modern .NET, and used compiler directives for the projects that actually multi-target to earlier frameworks.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Mar 25, 2022
@ghost
Copy link

ghost commented Mar 25, 2022

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

Issue Details

This PR expands the work of #64850 and uses the generic Enum methods in more places. I simply changed the libraries that were multi-targeting older frameworks but their actual code was targeting only modern .NET, and used compiler directives for the projects that actually multi-target to earlier frameworks.

Author: teo-tsirpanis
Assignees: -
Labels:

area-Meta, community-contribution

Milestone: -

@teo-tsirpanis teo-tsirpanis force-pushed the generic-enum-methods-2 branch from 90f64fd to 0787e1a Compare March 25, 2022 16:57
@jkotas
Copy link
Member

jkotas commented Mar 26, 2022

runtime-libraries enterprise-linux failure tracked by #66970

@jkotas jkotas merged commit a56b106 into dotnet:main Mar 26, 2022
@teo-tsirpanis teo-tsirpanis deleted the generic-enum-methods-2 branch March 26, 2022 19:51
radekdoulik pushed a commit to radekdoulik/runtime that referenced this pull request Mar 30, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Meta community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants