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 nullability on IGrainDirectory and implementers. #8570

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

Romanx
Copy link
Contributor

@Romanx Romanx commented Aug 9, 2023

I noticed that during #7692 the nullable pragma was added to IGrainDirectory which now had incorrect semantics exposed.

I updated the obvious implementers of this interface to what I hope is the correct nullable values.

I wasn't sure how ILocalGrainDirectory plays into this since it doesn't implement the interface and so wanted to open a PR to start a conversation over it.

Microsoft Reviewers: Open in CodeFlow

Alex McAuliffe added 2 commits August 14, 2023 10:06
Not sure if register should be able to return a null but that's currently what it could do in a bad case so currently reflecting that.
Not sure how the ILocalGrainDirectory plays into this since its a different interface.
@Romanx Romanx force-pushed the feature/grain-directory-nullability branch from a5827c6 to 8f1a948 Compare August 14, 2023 09:06
@ReubenBond ReubenBond self-assigned this Aug 16, 2023
@ReubenBond ReubenBond merged commit 44edd2b into dotnet:main Aug 16, 2023
@Romanx Romanx deleted the feature/grain-directory-nullability branch August 16, 2023 17:41
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
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.

None yet

2 participants