Skip to content

Bump codecov/codecov-action from 4 to 5 (#4093) #2

Bump codecov/codecov-action from 4 to 5 (#4093)

Bump codecov/codecov-action from 4 to 5 (#4093) #2

Triggered via push December 4, 2024 16:44
Status Success
Total duration 5m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analyze: src/GraphQL/Types/Composite/AutoRegisteringInputObjectGraphType.cs#L20
'TSourceType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in 'GraphQL.Types.InputObjectGraphType<TSourceType>'. The generic parameter 'TSourceType' of 'GraphQL.Types.AutoRegisteringInputObjectGraphType<TSourceType>' 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.
analyze: src/GraphQL/Types/Relay/ConnectionType.cs#L54
'TNodeType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Types.Relay.ConnectionType<TNodeType, TEdgeType>'. The generic parameter 'TNodeType' of 'GraphQL.Types.Relay.ConnectionType<TNodeType>' 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.
analyze: src/GraphQL/Types/Relay/ConnectionType.cs#L54
'TNodeType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Types.Relay.EdgeType<TNodeType>'. The generic parameter 'TNodeType' of 'GraphQL.Types.Relay.ConnectionType<TNodeType>' 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.
analyze: src/GraphQL/ResolveFieldContext/ResolveFieldContextExtensions.cs#L95
Using member 'GraphQL.ObjectExtensions.GetPropertyValue(Object, Type, IGraphType)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Recursively converts propertyValue to fieldType.
analyze: src/GraphQL/ResolveFieldContext/ResolveFieldContextExtensions.cs#L91
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'GraphQL.ObjectExtensions.ToObject(IDictionary<String, Object>, Type, IGraphType)'. The parameter 'argumentType' of method 'GraphQL.ResolveFieldContextExtensions.TryGetArgumentExact(IResolveFieldContext, Type, String, out Object)' 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.
analyze: src/GraphQL/Types/TypeInformation.cs#L319
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Type.MakeGenericType(params Type[])'. The return value of method 'GraphQL.Types.TypeInformation.GraphType.get' 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.
analyze: src/GraphQL/Types/TypeInformation.cs#L327
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Type.MakeGenericType(params Type[])'. The return value of method 'GraphQL.Types.TypeInformation.GraphType.get' 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.
analyze: src/GraphQL/Types/TypeInformation.cs#L327
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Type.MakeGenericType(params Type[])'. The return value of method 'GraphQL.TypeExtensions.GetGraphTypeFromType(Type, Boolean, TypeMappingMode)' 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.
analyze: src/GraphQL/Reflection/ReflectionHelper.cs#L46
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethods(BindingFlags)'. The parameter 'type' of method 'GraphQL.Reflection.ReflectionHelper.MethodForField(Type, String, ResolverType)' 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.
analyze: src/GraphQL/Reflection/ReflectionHelper.cs#L65
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The parameter 'type' of method 'GraphQL.Reflection.ReflectionHelper.PropertyForField(Type, String)' 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.