WIP: V2 Rewrite#238
Draft
ds5678 wants to merge 376 commits intoBepInEx:masterfrom
Draft
Conversation
f18354d to
fd4ac65
Compare
Updated s_Signatures to use correct array initializer syntax ([]). Replaced string literal "MonoField" with nameof(Il2CppSystem.Reflection.MonoField) for improved refactor safety and code clarity.
Changed il2cpp_class_value_size and its usage to use the out keyword for the align parameter instead of ref, reflecting that the value is only assigned within the method and not used by the caller.
Updated Microsoft.Extensions.Logging and NUnit package versions across multiple project files to ensure compatibility and access to the latest features and fixes. No other code changes were made.
Changed il2cpp_domain_get_assemblies to use an out parameter for the assemblies count instead of ref. Updated AssemblyInjector to match the new method signature and simplify variable assignment.
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 mostly finished, but it's being tested and cleaned up.
Resolves #87
Closes #95
Resolves #97
Closes #103
Closes #108
Resolves #109
Resolves #127
Resolves #128
Resolves #136
Closes #139
Resolves #140
Resolves #141
Resolves #142
Closes #143
Resolves #144
Resolves #145
Resolves #146
Resolves #147
Resolves #150
Resolves #151
Resolves #152
Resolves #165
Resolves #166
Resolves #174
Resolves #175
Resolves #176
Closes #187
Resolves #207
Resolves #218
Resolves #221
Resolves #224
Closes #234
Resolves #241
Closes #248
Closes #258