Drupal 10.2.3 upgrade status now sthrows
PHP Fatal error: Drupal\Core\DependencyInjection\ContainerNotInitializedException thrown while calling __toString on a Drupal\Core\StringTranslation\TranslatableMarkup object in /var/www/public_html/core/lib/Drupal.php on line 169: \Drupal::$container is not initialized yet. \Drupal::setContainer() must be called with a real container.
Some calls were to Symfony\Core - some to Drupal\Core - I changed them all to Drupal\Core in Drupal.php - it runs but not fix
I found this sample issue patch from another module that just moves the container initialization, but no cigar https://www.drupal.org/files/issues/2020-09-15/context-ContainerNotIniti...