The log seems to be incomplete.
hi
You can add a service to configure AbpRabbitMqOptions
. Remove this service from DI in the unit test.
https://andrewlock.net/simplifying-dependency-injection-for-iconfigureoptions-with-the-configureoptions-helper/
hi
Please share your configure and AddOpenIdConnect
code.
Domain project is trying to connect to broker(RabbitMQ)
You can try to prevent it from connecting in the unit test. eg: Create a service to connecting then mock it in the unit test.
Thanks @gvnuysal
What is your previous version?
Is there an error just because of upgrading to 5.0?
You should exclude Rabbitmq from your unit tests.
hi
You can check the document first. https://docs.abp.io/en/abp/latest/Text-Templating
You can check the difference in git. before and after.