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

Improve equality check so it handles null objects #38

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

Nytra
Copy link
Contributor

@Nytra Nytra commented Jun 25, 2024

Closes #37

@Nytra Nytra requested a review from Banane9 June 25, 2024 21:05
@Banane9 Banane9 merged commit 7c4af14 into ResoniteModdingGroup:master Jun 26, 2024
@Banane9
Copy link
Member

Banane9 commented Jun 26, 2024

Could you also check if this is correctly done for the SharedConfigKey component thing? Although that only really works for value types anyways I suppose

@Nytra
Copy link
Contributor Author

Nytra commented Jun 26, 2024

That one is lacking the config key changed event to update the field in world

@Nytra
Copy link
Contributor Author

Nytra commented Jun 26, 2024

Wait no it isn't

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.

In FieldExtensions, if the field value is null it throws a null reference exception
2 participants