标签: asp.net-web-api2 swagger swagger-ui structuremap webapi2
我正在将structuremap用于我们的webapi项目。我面临与here完全相同的问题。
但是,如果我在StructuremapWebApi.cs中的行下注释,就会显示出醒目的UI
StructuremapWebApi.cs
GlobalConfiguration.Configuration.DependencyResolver = new StructureMapWebApiDependencyResolver(container);
但是,如果我在上面的行中注释,DI将不起作用。有什么解决办法吗?