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

update ArgumentNullException.ThrowIfNull usage #2563

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

WeihanLi
Copy link
Contributor

The ArgumentNullException.ThrowIfNull is introduced since .NET 6, maybe we could use if for NET6_0_OR_GREATER

https://learn.microsoft.com/en-us/dotnet/api/system.argumentnullexception.throwifnull?view=net-6.0

@WeihanLi WeihanLi marked this pull request as ready for review October 24, 2024 00:28
@JamesNK
Copy link
Member

JamesNK commented Dec 9, 2024

Thanks

@JamesNK JamesNK merged commit b6cfbd0 into grpc:master Dec 9, 2024
3 checks passed
@WeihanLi WeihanLi deleted the patch-3 branch December 9, 2024 00:44
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