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

Helper for parsing enums from string #259

Merged
merged 4 commits into from
Jul 5, 2024

Conversation

MartinM85
Copy link
Contributor

@MartinM85 MartinM85 requested a review from a team as a code owner June 27, 2024 11:55
Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

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

Just a few suggestions otherwise looks good from my end.

src/Helpers/EnumHelpers.cs Outdated Show resolved Hide resolved
src/Helpers/EnumHelpers.cs Outdated Show resolved Hide resolved
src/Helpers/EnumHelpers.cs Outdated Show resolved Hide resolved
@MartinM85 MartinM85 requested a review from andrueastman June 28, 2024 09:57
src/Helpers/EnumHelpers.cs Show resolved Hide resolved
src/Helpers/EnumHelpers.cs Show resolved Hide resolved
Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

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

This looks good to me.

@MartinM85 Any chance you were looking to update microsoft/kiota-http-dotnet#266 with a local reference of this PR first to validate the changes here before we merge?

@MartinM85
Copy link
Contributor Author

This looks good to me.

@MartinM85 Any chance you were looking to update microsoft/kiota-http-dotnet#266 with a local reference of this PR first to validate the changes here before we merge?

Confirmed...with a local reference of Kiota.Abstractions and enum helper called from SendPrimitiveAsync, the tests added in microsoft/kiota-http-dotnet#266 passed

Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

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

Looks good from my end. Will merge once @baywet does a final review.

@andrueastman andrueastman merged commit 95bc067 into microsoft:main Jul 5, 2024
7 checks passed
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.

Create Enum helper for parsing enums
3 participants