kirov-opensource / NAutowired

ASP.NET CORE Field Injection Implement
MIT License
77 stars 16 forks source link

这个项目会一直维护吗? 能否支持.netstandard2.1 ? #3

Closed chenbigit closed 4 years ago

guoyongchang commented 4 years ago

会一直维护吗?

会的

.net standard 2.1 支持

我们在之前有看dotnet core 3.0这块的命名空间下的访问修饰符全部变为internal了,所以对第三方实现支持不友好 我们今晚会继续商讨下这个问题

chenbigit commented 4 years ago

AutoRegisterDependency(this IServiceCollection services, IEnumerable assemblies)建议增加一个AutoRegisterDependency(this IServiceCollection services, IEnumerable assemblies),方便直接传程序集。

FatTigerWang commented 4 years ago

AutoRegisterDependency(this IServiceCollection services, IEnumerable assemblies)建议增加一个AutoRegisterDependency(this IServiceCollection services, IEnumerable assemblies),方便直接传程序集。

目前已经支持通过程序集注入容器的方式,请查看 进阶

chenbigit commented 4 years ago

netcore3.0 支持在计划吗?

FatTigerWang commented 4 years ago

netcore3.0 支持在计划吗?

NET Core 3.0 的支持在计划中

由于 ASP.NET Core 2.2 升级到 ASP.NET Core 3.0 时,微软修改了一些类的访问修饰符(详情),导致我们暂且没法对 NET Core 3.0 提供支持,但是它在我们的计划中.

相关Issue

FatTigerWang commented 4 years ago

Version 2.0.0 already supports NETStandard 2.1 and NET Core 3.0