Skip to content

Release v20.33.6

Choose a tag to compare

@github-actions github-actions released this 03 Jun 17:36
8d01bac

Summary

Fixes a NullReferenceException regression where generic type parameters and certain constructed generic types have null FullName properties, causing crashes during proxy generation in downstream projects like Chronicle.

Fixed

  • Add integration specs for generic type parameter and dictionary with generic key scenarios that previously caused null reference exceptions
  • Replace null-forgiving operators with proper null guards throughout TypeExtensions for all type.FullName usages