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

.NET 8 prep: Use async method instead #783

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

YuKitsune
Copy link
Contributor

Summary

[sc-62738]

To help minimise the effort required to upgrade to .NET 8, we're back-porting any .NET 6 compatible changes from our .NET 8 branches.

@shortcut-integration
Copy link

@YuKitsune YuKitsune requested a review from a team October 22, 2023 23:55
@YuKitsune YuKitsune self-assigned this Oct 22, 2023
Copy link
Contributor

@rosslovas rosslovas left a comment

Choose a reason for hiding this comment

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

Nice, was there an analyser change or something that brought this up? I'm all for it 😄

@YuKitsune
Copy link
Contributor Author

Yeah, one of the new .NET 8 analysers is a bit more vocal about calling non-sync methods from async methods when an async variant is available.

@YuKitsune YuKitsune merged commit 7d1af51 into master Oct 23, 2023
33 checks passed
@YuKitsune YuKitsune deleted the eoin/pet/net8/use-async-method branch October 23, 2023 03:11
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.

2 participants