Skip to content

Nullability handling fix

Compare
Choose a tag to compare
@numen31337 numen31337 released this 26 Feb 23:16
· 7 commits to master since this release
  • Fix Warnings when using the ? operator on a dynamic type.
  • Fix Warnings when using the ! operator on a non-nullable type.
  • Fix Crash when object contains a dynamic field that is null.