Skip to content

v3.5.0

Compare
Choose a tag to compare
@wtfsck wtfsck released this 09 Apr 10:38
· 91 commits to master since this release

v3.5.0

  • Enable determinstic builds #433
  • Update AssemblyRef.Attributes when updating AssemblyRef.PublicKeyOrToken #437 (@CreateAndInject)
  • Fixes calling ResolveTypeSpec without gpContext causing listTypeSpecMD polluted #439 (@wwh1004)
  • Fixes TypeHelper.ContainsGenericParameter(MethodSpec) #440 (@wwh1004)
  • Improve Importer TryToUseMethodDefs and TryToUseFieldDefs options 2 #443 (@wwh1004)
  • Fix infinite loop in SigComparer.GetHashCode(TypeSig) #444 (@wwh1004)
  • Improve the error output that occurs when saving the module #447 (@wwh1004)
  • Validate data in case allocate too many memory #448 (@CreateAndInject)
  • Use RuntimeInformation class to check environment. #449 (@ElektroKill)
  • Fix 'Importer.Import(FieldInfo)' and 'Importer.ImportDeclaringType(Type)' #452 (@wwh1004)