branchsbox/tools-asm-resolvecancel
8 Commits over 0 Days - ∞cph!
Fixed AreEqualTypes when exactly one param is null
AreEquivalentTypes(old, new) refactor
Fixed finding substitutions for generic parameters
Added failing generic delegate test
Organised and documented delegate hotloading tests
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
GetNewType consistency
Now returns null to mean a substitution couldn't be found
Fixed ResolveMethod() with a static constructor ref
Fix upgrading lambda display class instances that are found in the wild
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
Implemented a simple assembly resolver for Tools
Allows hotload to make more valid substitutions