Draft
Conversation
f18354d to
fd4ac65
Compare
* Clear * CopyTo * CopyFrom
Replaced manual null checks with ArgumentNullException.ThrowIfNull and added parameter names to ArgumentException for better diagnostics. Removed logSuccess parameter and related logging from RegisterEnumInIl2Cpp methods. Applied code style improvements and pattern matching for clarity.
Introduced a new method that returns the assembly name, namespace, and type name as a tuple for a given IIl2CppType<T>. This enhances type metadata retrieval capabilities.
It was referencing ReferencedDelegate property wrong, since ReferencedDelegate is no longer a field. Also fixed some nullable warnings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is unfinished; there are still things that need done.
Closes #108
Resolves #127
Resolves #128
Resolves #141
Resolves #142
Closes #143
Resolves #144
Resolves #145
Resolves #146
Resolves #147
Resolves #150
Resolves #152
Resolves #109
Resolves #174
Resolves #224
Resolves #218
Resolves #207
Resolves #176