SwagMigrationAssistant icon indicating copy to clipboard operation
SwagMigrationAssistant copied to clipboard

refactor: remove validation from converter

Open DennisGarding opened this issue 1 month ago • 1 comments

Remove all checks, which results in an empty Convert Result. These should be catches by the later entity validation

DennisGarding avatar Oct 30 '25 13:10 DennisGarding

Please add a short PR description 🙂 . E.g. questions I would like to see answered in it:

  • What type of checks are being removed, e.g. checks for entity fields that are required in SW6 and would produce another log entry otherwise in the later entity validation
  • What other type of checks are removed and what's the reasoning behind it. E.g. does the user still get notified about errors in optional fields? Or are they just silently set to null?

MalteJanz avatar Nov 03 '25 09:11 MalteJanz