Skip to content

Add MapAutoClrTypeAttribute #5340

Add MapAutoClrTypeAttribute

Add MapAutoClrTypeAttribute #5340

Triggered via pull request May 18, 2024 17:14
Status Success
Total duration 4m 19s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Builders/FieldBuilder.cs#L209
'TArgumentGraphType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument<TArgumentGraphType>(String, Action<QueryArgument>)'. The generic parameter 'TArgumentGraphType' of 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument<TArgumentGraphType>(String, String, Action<QueryArgument>)' 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/Builders/FieldBuilder.cs#L242
'TArgumentGraphType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument<TArgumentGraphType>(String, Action<QueryArgument>)'. The generic parameter 'TArgumentGraphType' of 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument<TArgumentGraphType>(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.
analyze: src/GraphQL/Builders/FieldBuilder.cs#L228
'TArgumentGraphType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument<TArgumentGraphType>(String, Action<QueryArgument>)'. The generic parameter 'TArgumentGraphType' of 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument<TArgumentGraphType, TArgumentType>(String, String, TArgumentType, Action<QueryArgument>)' 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/Builders/FieldBuilder.cs#L274
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Argument(Type, String, Action<QueryArgument>)'. 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/Builders/FieldBuilder.cs#L22
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'GraphQL.Builders.FieldBuilder<TSourceType, TReturnType>.Create(Type, String)'. The parameter 'type' of method 'GraphQL.Builders.FieldBuilder.Create<TSourceType, TReturnType>(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.
analyze: src/GraphQL/Builders/ConnectionBuilder_Typed.cs#L49
'TNodeType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Types.Relay.EdgeType<TNodeType>'. The generic parameter 'TNodeType' of 'GraphQL.Builders.ConnectionBuilder<TSourceType, TReturnType>.Create<TNodeType, TEdgeType>(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.
analyze: src/GraphQL/Builders/ConnectionBuilder_Typed.cs#L50
'TNodeType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Types.Relay.ConnectionType<TNodeType, TEdgeType>'. The generic parameter 'TNodeType' of 'GraphQL.Builders.ConnectionBuilder<TSourceType, TReturnType>.Create<TNodeType, TEdgeType>(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.
analyze: src/GraphQL/Builders/ConnectionBuilder_Typed.cs#L50
'TEdgeType' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in 'GraphQL.Types.Relay.ConnectionType<TNodeType, TEdgeType>'. The generic parameter 'TEdgeType' of 'GraphQL.Builders.ConnectionBuilder<TSourceType, TReturnType>.Create<TNodeType, TEdgeType>(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.