userJames Kingcancel
branchsbox/tools-asm-resolvecancel

8 Commits over 0 Days - ∞cph!

2 Years Ago
Fixed AreEqualTypes when exactly one param is null AreEquivalentTypes(old, new) refactor Fixed finding substitutions for generic parameters
2 Years Ago
Added failing generic delegate test Organised and documented delegate hotloading tests
2 Years Ago
Implemented a simple assembly resolver for Tools Allows hotload to make more valid substitutions Cleanup Failing hotload tests for lambdas in static constructors Fixed finding scope method ordinals of static constructors Stop expecting every method to have a scope ordinal Fixed IsMatchingType(typeRef, type) with nested types Fixed ResolveMethod() with a static constructor ref Fix upgrading lambda display class instances that are found in the wild GetNewType consistency Now returns null to mean a substitution couldn't be found
2 Years Ago
GetNewType consistency Now returns null to mean a substitution couldn't be found
2 Years Ago
2 Years Ago
Fixed ResolveMethod() with a static constructor ref Fix upgrading lambda display class instances that are found in the wild
2 Years Ago
Cleanup Failing hotload tests for lambdas in static constructors Fixed finding scope method ordinals of static constructors Stop expecting every method to have a scope ordinal Fixed IsMatchingType(typeRef, type) with nested types
2 Years Ago
Implemented a simple assembly resolver for Tools Allows hotload to make more valid substitutions