scrutor专题提供scrutor的最新资讯内容,帮你更好的了解scrutor。
我打算实施Scrutor <pre><code>public interface ICustomersRepository { Task&lt;CustomerDto&gt; GetCustomerAsync(Guid customerI
我有一个标准的.Net核心Api,并且希望使用Open Generic IReposistory,并使用DomainEventPublisher对其进行修饰,以
我的项目中有许多服务,并尝试使用 <a href="https://github.com/khellang/Scrutor" rel="nofollow noreferrer">Scrutor</a> 进
我正在尝试使用 Scrutor 在如下所示的 asp.net core 3.1 应用程序中简化 DI 注册 <pre><code>services.Scan(scan =&gt;
我想更改我的 Startup 类以扫描系统以查找实现接口的所有类,然后自动注册它们。我使用 Scrutor 只是为