Skip to content

BUG: C# CastTo was causing an exception when passed a nullptr

Harald Scheirich requested to merge fix/cast-to into master

the C# cast to function now returns a null when passed null

Merge request reports