Skip to content

WIP: V2 Rewrite#238

Draft
ds5678 wants to merge 376 commits intoBepInEx:masterfrom
ds5678:v2-rewrite
Draft

WIP: V2 Rewrite#238
ds5678 wants to merge 376 commits intoBepInEx:masterfrom
ds5678:v2-rewrite

Conversation

@ds5678
Copy link
Copy Markdown
Collaborator

@ds5678 ds5678 commented Oct 9, 2025

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

@ds5678 ds5678 force-pushed the v2-rewrite branch 2 times, most recently from f18354d to fd4ac65 Compare April 14, 2026 04:25
ds5678 added 30 commits May 2, 2026 15:08
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment