Merged
Conversation
ILRepack usually resolves framework assemblies from the dotnet SDK directories if the corresponding .NET Core version is installed. If it's not installed, let's download Microsoft.NetCore.App.Ref NuGet package (equivalent of Microsoft.NETFramework.ReferenceAssemblies but for Core) of the specified version and pass the path to ILRepack so it can find the .dlls there. Confirmed this fixes the build.
* Use the local ReleaseRef package for easier releasing * Using a local pakcage folder where all NuGet packages will be built * Added back NuGet zip
fix typo
Update patching-prefix.md
Remove non use using, add HarmonyPatchAttribute on other patchs, move snipet code exemple in the csharp file.
Add Code Matcher exemple to the documentation
revert pointless typo
repeat mutation to see effect fixed bind error restore missing test
update MonoMod.Core to 1.2.2 to address net9 issue
Fix #638 by preventing the NullReferenceException
MethodDelegate: allow for swapping value type with object, and allow ref for arg 0 on value type
…n't try searching for it with AccessTools
Allows empty string for targeting special MethodType options and doesn't try searching for it with AccessTools
This was referenced Sep 8, 2025
This was referenced Sep 15, 2025
This was referenced Sep 29, 2025
This was referenced Oct 6, 2025
This was referenced Oct 20, 2025
This was referenced Nov 3, 2025
This was referenced Dec 1, 2025
This was referenced Feb 15, 2026
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.
Includes a monomod update to 25.2.3 which is the version 2.3.6 used. A separate PR will be opened to upgrade it to 25.3.0 so ARM support can be tested independently from this.
Other than that, it's relatively straight forward since the previous base was 2.3.3. So this mostly includes minor features and bugfixes. Rebasing to 2.4.0 is much more complicated and since it's not necessary on its own to gain ARM support, it can be defered (I'm not experienced enough to do this myself, it's a very large rebase with some big features such as infixes).