ASP.Net Core 3.x - 一次性扫描并注册所有接口实现在DI中吗?
创始人
2024-09-15 00:31:11
0

在ASP.Net Core 3.x中,可以使用扫描程序集并自动注册所有接口实现的方式,将它们添加到DI容器中。以下是一个示例解决方法:

  1. 创建一个名为ServiceRegistrationExtensions.cs的扩展方法类,用于注册接口和其实现类:
using System;
using System.Linq;
using System.Reflection;
using Microsoft.Extensions.DependencyInjection;

public static class ServiceRegistrationExtensions
{
    public static void RegisterAssemblyServices(this IServiceCollection services, Assembly assembly)
    {
        var interfaceTypes = assembly.GetExportedTypes()
            .Where(t => t.IsInterface);

        foreach (var interfaceType in interfaceTypes)
        {
            var implementationType = assembly.GetExportedTypes()
                .FirstOrDefault(t => t.GetInterfaces().Contains(interfaceType));

            if (implementationType != null)
            {
                services.AddTransient(interfaceType, implementationType);
            }
        }
    }
}
  1. Startup.csConfigureServices方法中调用该扩展方法来注册接口和实现类:
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

public class Startup
{
    private readonly IConfiguration _configuration;

    public Startup(IConfiguration configuration)
    {
        _configuration = configuration;
    }

    public void ConfigureServices(IServiceCollection services)
    {
        var assembly = typeof(Startup).Assembly;

        services.RegisterAssemblyServices(assembly);

        // 其他服务注册逻辑...
    }

    public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
    {
        // 其他配置逻辑...
    }
}

在这个示例中,我们使用RegisterAssemblyServices方法来扫描Startup类所在的程序集,并将所有接口和其实现类注册为瞬态(Transient)服务。你可以根据需求修改该方法的注册方式(如使用AddScopedAddSingleton)。

请注意,这个示例假设接口类型和实现类型在同一个程序集中。如果你的接口和实现类分别在不同的程序集中,你需要修改代码以便扫描和注册正确的程序集。

希望这个示例能帮到你!

相关内容

热门资讯

透视计算!圣游科技(透视)ag... 透视计算!圣游科技(透视)agpoker辅助(新2026教程有挂教学)>>您好:软件加薇136704...
透视安卓版!卡农大厅辅助(透视... 透视安卓版!卡农大厅辅助(透视)xpoker怎么辅助(细节揭秘真的有挂)>>您好:软件加136704...
一分钟了解!wepoker辅助... 一分钟了解!wepoker辅助器软件下载(透视)pokermaster辅助器(微扑克教程有挂教学)您...
我来教教你!荔枝竞技破解版(透... 我来教教你!荔枝竞技破解版(透视)wepoker辅助器激活码(详细教程有挂方式)您好:wepoker...
重大通报!福建13水有挂吗(透... 您好:这款wepoker透视是真的吗游戏是可以开挂的,确实是有挂的,很多玩家在这款wepoker透视...
科技揭秘!hhpoker辅助挂... 科技揭秘!hhpoker辅助挂是真的吗(透视)hhpoker德州透视(必赢方法有挂细节)【无需打开直...
带你了解!微信小程序功夫川辅助... 带你了解!微信小程序功夫川辅助(透视)有哪些免费的wpk辅助码(黑科技教程有挂细节)您好:有哪些免费...
科普分享!四川麻将口诀顺口溜(... hhpoker视频巡查真的假的开挂教程视频分享装挂详细步骤在当今的网络游戏中,hhpoker视频巡查...
透视游戏!wepokerplu... 透视游戏!wepokerplus辅助(透视)xpoker辅助助手(可靠教程有挂辅助);无需打开直接搜...
推荐攻略!中至赣牌圈挂件价格明... 推荐攻略!中至赣牌圈挂件价格明细(透视)wpk透视插件(技巧教程有挂技术)这是一款可以让一直输的玩家...