After upgrade to last symfony 5.4 update, I remove user entity/repository to restart and remove all deprecations.
To recreate User entity/repository, I run :
php bin/console make:user --is-entity --with-password
# it returns
In DoctrineHelper.php line 91:
Cannot find the entity manager for class "App\Entity\User"