refactor: update ValueTask usage #323
Annotations
10 warnings
build:
src/WeihanLi.Common/Extensions/TypeExtension.cs#L105
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Type.GetConstructors()'. The parameter 'type' of method 'WeihanLi.Extensions.TypeExtension.GetEmptyConstructor(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build:
src/WeihanLi.Common/Extensions/TypeExtension.cs#L155
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Reflection.TypeInfo.ImplementedInterfaces.get'. The parameter 'type' of method 'WeihanLi.Extensions.TypeExtension.GetImplementedInterfaces(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build:
src/WeihanLi.Common/Extensions/TypeExtension.cs#L141
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Type.GetConstructors()'. The parameter 'type' of method 'WeihanLi.Extensions.TypeExtension.GetMatchingConstructor(Type, Type[])' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L178
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L179
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L180
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L181
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L182
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L183
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
build:
src/WeihanLi.Common/Extensions/StringExtension.cs#L184
Call to 'System.Type.GetType(String, Boolean, Boolean)' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types.
|
The logs for this run have expired and are no longer available.
Loading