branchsbox/tools-asm-resolvecancel

8 Commits over 0 Days - ∞cph!

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