Skip to content

v4.0.0

Compare
Choose a tag to compare
@wtfsck wtfsck released this 25 Aug 18:40
· 24 commits to master since this release
  • Don't create wrong TypeSig for TypeDef #479
  • Support new PrimaryConstructorInformationBlob Roslyn CDI #503
  • Add rudimentary support for DeserializingResourceReader #504
  • Fixed Resolver for null TypeRef.ResolutionScope #506
  • Add support for .NET 8.0 and DynamicILInfo to DynamicMethodBodyReader #508
  • Expose WinMDHelpers class #511
  • Add additional read methods to DataStream to allow further customization of DataReader behavior #512
  • Improve Importer TryToUseTypeDefs #513
  • Add additional net6.0 target framework #515
  • Compare reference only for MemberDefs if they are from the same module #517
  • Align field initial value to match the Microsoft's ECMA augments #518
  • Optimize type name computation #520
  • Make Instruction.GetArgumentType consistent with ParameterList #521

Thanks to @ElektroKill and @CreateAndInject who added the above PRs