Closed yusitnikov closed 1 year ago
Type reflection doesn't work in the final builds (despite working locally): GetType().GetConstructor() returns null in OrthogonalValueConstraint.SplitToPrimitives. Fixed it by replacing reflection with abstract methods.
GetType().GetConstructor()
null
OrthogonalValueConstraint.SplitToPrimitives
Type reflection doesn't work in the final builds (despite working locally):
GetType().GetConstructor()
returnsnull
inOrthogonalValueConstraint.SplitToPrimitives
. Fixed it by replacing reflection with abstract methods.