This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
refactor: 重构依赖解析方法。取消递归并增加类型成员缓存,消除在大量依赖和循环依赖下的性能问题。 #38
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
NAutowired.Core/Attributes/AutowiredAttribute.cs#L5
Missing XML comment for publicly visible type or member 'AutowiredAttribute'
|
NAutowired.Core/Attributes/AutowiredAttribute.cs#L7
Missing XML comment for publicly visible type or member 'AutowiredAttribute.RealType'
|
NAutowired.Core/Attributes/AutowiredAttribute.cs#L11
Missing XML comment for publicly visible type or member 'AutowiredAttribute.AutowiredAttribute()'
|
NAutowired.Core/Attributes/ComponentAttribute.cs#L7
Missing XML comment for publicly visible type or member 'ComponentAttribute'
|
NAutowired.Core/Attributes/ComponentAttribute.cs#L10
Missing XML comment for publicly visible type or member 'ComponentAttribute.DependencyInjectionMode'
|
NAutowired.Core/Attributes/ComponentAttribute.cs#L15
Missing XML comment for publicly visible type or member 'ComponentAttribute.ImplementInterface'
|
NAutowired.Core/Attributes/ComponentAttribute.cs#L20
Missing XML comment for publicly visible type or member 'ComponentAttribute.ComponentAttribute()'
|
NAutowired.Core/Attributes/ComponentAttribute.cs#L25
Missing XML comment for publicly visible type or member 'ComponentAttribute.ComponentAttribute(Lifetime)'
|
This job succeeded
Loading