V2 Rewrite#238
Draft
ds5678 wants to merge 462 commits into
Draft
Conversation
f18354d to
fd4ac65
Compare
Also, don't unstrip pinvoke methods Related: #7
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.
Collaborator
Author
Just checking something. Disregard it |
Move Cpp2IL.Core logging setup from Il2CppGame to Program.cs. Extract default processing layers into Il2CppGame.GetDefaultProcessingLayers() and update Program.cs to use this method. Il2CppGame static constructor now only handles instruction set registration.
Added a PropertyGroup to Il2CppInterop.Runtime.csproj to suppress compiler warning CS0649, preventing messages about unassigned fields with default values. This helps keep build output cleaner.
Removed the <Configurations> and <Platforms> properties from Il2CppInterop.CLI.csproj, Il2CppInterop.Generator.csproj, and Il2CppInterop.Runtime.csproj to simplify project configuration. No other changes were made.
Added <PackageId> to Il2CppInterop.Common and HarmonySupport projects. Removed <GeneratePackageOnBuild>false</GeneratePackageOnBuild> from StructGenerator to use default packaging behavior.
…aged delegate type
Bump Microsoft.Extensions.Logging, System.IO.Hashing, and Basic.Reference.Assemblies.Net100 to latest patch versions in relevant project files. No functional or logic changes included.
Switched to single-target net10.0. Added logic to pack Il2Cppmscorlib.dll into the NuGet package, with paths based on build configuration. Ensured Il2Cppmscorlib is built before packaging by adding a pre-pack MSBuild target.
Updated AssetRipper.Cpp2IL.Core to 1.0.6 and PolySharp to 1.16.0 for improved compatibility and features.
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.
Closes #70
Resolves #87
Closes #95
Resolves #97
Closes #103
Closes #107
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 #148
Resolves #149
Resolves #150
Resolves #151
Resolves #152
Resolves #165
Resolves #166
Resolves #174
Resolves #175
Resolves #176
Resolves #182
Closes #187
Resolves #195
Resolves #207
Resolves #213
Closes #216
Resolves #217
Resolves #218
Resolves #221
Closes #222
Resolves #224
Closes #234
Resolves #240
Resolves #241
Closes #246
Closes #248
Resolves #249
Resolves #258
Resolves #265