This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
refactor: 重构依赖解析方法。取消递归并增加类型成员缓存,消除在大量依赖和循环依赖下的性能问题。 #7
pull-request.yml
on: pull_request
test nautowired console
17s
Annotations
11 warnings
test nautowired console
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/
|
test nautowired console
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
test nautowired console
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
test nautowired console:
NAutowired.Core/Attributes/AutowiredAttribute.cs#L5
Missing XML comment for publicly visible type or member 'AutowiredAttribute'
|
test nautowired console:
NAutowired.Core/Attributes/AutowiredAttribute.cs#L7
Missing XML comment for publicly visible type or member 'AutowiredAttribute.RealType'
|
test nautowired console:
NAutowired.Core/Attributes/AutowiredAttribute.cs#L11
Missing XML comment for publicly visible type or member 'AutowiredAttribute.AutowiredAttribute()'
|
test nautowired console:
NAutowired.Core/Attributes/ComponentAttribute.cs#L7
Missing XML comment for publicly visible type or member 'ComponentAttribute'
|
test nautowired console:
NAutowired.Core/Attributes/ComponentAttribute.cs#L10
Missing XML comment for publicly visible type or member 'ComponentAttribute.DependencyInjectionMode'
|
test nautowired console:
NAutowired.Core/Attributes/ComponentAttribute.cs#L15
Missing XML comment for publicly visible type or member 'ComponentAttribute.ImplementInterface'
|
test nautowired console:
NAutowired.Core/Attributes/ComponentAttribute.cs#L20
Missing XML comment for publicly visible type or member 'ComponentAttribute.ComponentAttribute()'
|
test nautowired console:
NAutowired.Core/Attributes/ComponentAttribute.cs#L25
Missing XML comment for publicly visible type or member 'ComponentAttribute.ComponentAttribute(Lifetime)'
|