Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable nullable reference types #242

Closed
wants to merge 5 commits into from
Closed

Enable nullable reference types #242

wants to merge 5 commits into from

Conversation

runceel
Copy link
Owner

@runceel runceel commented Mar 3, 2021

No description provided.

@runceel runceel self-assigned this Mar 3, 2021
@runceel runceel linked an issue Mar 3, 2021 that may be closed by this pull request
6 tasks
@runceel runceel changed the title Enable nullable reference feature Enable nullable reference types Mar 3, 2021
memberExpression = unaryExpression.Operand as MemberExpression;
if (memberExpression == null) { throw new ArgumentException(nameof(propertySelector)); }
}

Choose a reason for hiding this comment

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

xxxxxxxx

@runceel runceel closed this Nov 20, 2021
@runceel runceel deleted the runceel/issue241 branch August 8, 2023 02:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for nullable reference types
2 participants