我升级的 .netcore 应用程序出现招摇错误

swagger error for my upgraded .netcore app

所以我确实在 .netcore 2.2 中构建了这个网站 api 当我在升级过程中出现此错误时

System.InvalidOperationException: 'API Explorer not registered in DI.'

我已经升级了我的 swagger nugget 并按照一些升级说明进行操作,但此错误仍然弹出。

Click for the image of the error

添加services.AddMvcCore().AddApiExplorer();

public void ConfigureServices(IServiceCollection services)