Skip to content

Cleanup arrays and annotate for nullability#185

Merged
ds5678 merged 10 commits intoBepInEx:masterfrom
ds5678:array-type-cleanup-and-annotation
Oct 5, 2024
Merged

Cleanup arrays and annotate for nullability#185
ds5678 merged 10 commits intoBepInEx:masterfrom
ds5678:array-type-cleanup-and-annotation

Conversation

@ds5678
Copy link
Copy Markdown
Collaborator

@ds5678 ds5678 commented Oct 5, 2024

No description provided.

@ds5678 ds5678 added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 5, 2024
@ds5678 ds5678 added this to the 1.5.0 milestone Oct 5, 2024
@ds5678 ds5678 requested a review from js6pak October 5, 2024 13:21
public void Dispose()
{
myArray = null;
myArray = null!;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Does it even make sense to null it out?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Not really in my opinion

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

But I don't want to change it either

@ds5678 ds5678 merged commit a7a7e38 into BepInEx:master Oct 5, 2024
@ds5678 ds5678 deleted the array-type-cleanup-and-annotation branch October 5, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants