Closed
Description
Symfony version(s) affected: Symfony 5.2.0
Description
It appears the container xml file is no longer dumped when using
bin/console cache:clear
nor bin/console cache:warmup
How to reproduce
Possible Solution
The workaround is to lint the container using bin/console lint:container
. This way, the App_KernelDevDebugContainer.xml
file is created.