🛠️Fixing problems

Learn how to use the Validation fixes and how to implement your own

Validation fixes are objects that are applied to each validation failure in order to attempt the fix

Implemented Fixes

Validatox comes with some already implemented fixes. They cover the usually most common problems, such as naming conventions and components status.

  • RenameFix

  • AddComponentFix<T>

  • RemoveComponentFix<T>

  • DeleteFix

  • MissingReferenceFix

Last updated