Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Fix unwanted scopes collection modification in AzureIdentityAccessTokenProvider #95

Merged
merged 4 commits into from
Jun 26, 2023
Merged

Conversation

schuettecarsten
Copy link
Contributor

Also add missing .ConfigureAwait(false)
Fixes #93

@schuettecarsten schuettecarsten marked this pull request as ready for review June 25, 2023 11:36
@schuettecarsten
Copy link
Contributor Author

I've also added a .ConfigureAwait(false) call and replaced the true/false values in SetTag method calls with pre-initialized, boxed values to prevent boxing and reduce heap usage.

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution.

Can you update the changelog and the csproj introducing a patch version and using tomorrow 's date please?

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for making the changes. @andrueastman for final review and merge

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.

Thanks for this @schuettecarsten

@andrueastman andrueastman merged commit 53dc1df into microsoft:main Jun 26, 2023
@schuettecarsten schuettecarsten deleted the patch-1 branch June 29, 2023 10:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AzureIdentityAccessTokenProvider.GetAuthorizationTokenAsync
3 participants