Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Implement event priority attribute
|
|
|
|
handlers
|
|
|
|
|
|
|
|
|
|
exception, all type was filtered by Where(type => type.BaseType != null) op)
|
|
|
|
|
|
|
|
|
|
|
|
This caused errors during rewriting to be obfuscated with null reference exceptions.
|
|
|
|
|
|
instruction, another patch didn't aware it due to the variable capture)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# docs/release-notes.md
# src/SMAPI/Framework/ModLoading/AssemblyLoader.cs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reduces duplication, decouples it from the assembly loader, and makes it more flexible to handle Harmony rewriting.
|
|
|
|
|
|
|
|
Thanks to 0x0ade for the suggestion!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|