我對ASP.Core非常陌生。我們有一個項目,我們必須使用依賴注入和結構圖。我想知道是否以下面的方法將Container放入StartUp.cs文件的正確方法。而如果是safe把IHttpContextAccessor在配置如下圖所示: public void ConfigureServices(IServiceCollection services) {
Container con
我使用Automapper 5.2.0在我的項目。當我使用ProjectTo()在代碼中出現此錯誤: Mapper not initialized. Call Initialize with Appropriate configuration. If you are trying to use mapper instances through a container or otherwise, m