The minimum schema evaluation error text emits as
Expected the item count to be greater than or equal to'3'
This is missing a space between equal to and '3'.
It is highly likely that other error messages have the same issue.
- Scan the embedded resource text and message providers for similar errors, document in this issue.
- Update the resources and providers to eliminate the problem.
The
minimumschema evaluation error text emits asThis is missing a space between
equal toand'3'.It is highly likely that other error messages have the same issue.