Skip to content

Fix or remove ToString in class ConstraintExpression #4994

Description

@OsirisTerje

The ToString method Resolve the expression, this is a sideeffect, and causes the code to not work correctly when debugging - if you don't turn off Property evaluation (which is default on).

The ToString is not used in the code, it was used for legacy debugging back in the days.

It should either be fixed to not have any sideeffects (but not sure what it should display), or dimply be removed.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions