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

Fix nullable annotations for IPropertyDescriptor.GetCustomAttribute #787

Merged
merged 1 commit into from Mar 11, 2023
Merged

Fix nullable annotations for IPropertyDescriptor.GetCustomAttribute #787

merged 1 commit into from Mar 11, 2023

Conversation

meziantou
Copy link
Contributor

@meziantou meziantou commented Mar 9, 2023

The current implementations of IPropertyDescriptor.GetCustomAttribute can return null values. This PR change the interface to allow null values. This fixes some build warnings.

@meziantou meziantou marked this pull request as ready for review March 10, 2023 00:11
@EdwardCooke EdwardCooke merged commit bd6a5c6 into aaubry:master Mar 11, 2023
@meziantou meziantou deleted the fix-nrt-ipropertydescriptor branch March 11, 2023 00:49
EdwardCooke added a commit that referenced this pull request Mar 11, 2023
Fix nullable annotations for IPropertyDescriptor.GetCustomAttribute
@aaubry
Copy link
Owner

aaubry commented Mar 11, 2023

This feature has been released in version 13.0.2.

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.

None yet

3 participants