The message for GN003 is "replacement strategy should not implement create_then_delete".
However, the check actually ensures that replacementStrategy is create_then_delete, and would fail if replacementStrategy is delete_then_create.
So the check and the message are inconsistent, and one of them (I'm not sure which one) should be fixed.
The message for GN003 is "replacement strategy should not implement create_then_delete".
However, the check actually ensures that replacementStrategy is create_then_delete, and would fail if replacementStrategy is delete_then_create.
So the check and the message are inconsistent, and one of them (I'm not sure which one) should be fixed.