Release v20.33.7
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.FullNameusages