Refactored query planner to allow top queries. #180
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/download-artifact@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/HotChocolate/Utilities/src/Utilities/ServiceException.cs#L20
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/HotChocolate/Utilities/src/Utilities.Introspection/IntrospectionException.cs#L21
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/HotChocolate/Core/src/Subscriptions/DefaultTopic.cs#L257
Nullability of reference types in value of type 'System.Threading.Channels.Channel<TMessage>' doesn't match target type 'System.Threading.Channels.Channel<TMessage>?'.
|
src/HotChocolate/Core/src/Execution/Processing/SubscriptionExecutor.Subscription.cs#L399
Possible null reference argument for parameter 'arg' in 'Task<IQueryResult> Func<object, Task<IQueryResult>>.Invoke(object arg)'.
|
src/StrawberryShake/Client/src/Core/GraphQLClientException.cs#L106
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
src/HotChocolate/Stitching/src/Stitching/Merge/TypeReferenceRewriter.cs#L242
Possible null reference return.
|
src/HotChocolate/Stitching/src/Stitching/Merge/TypeReferenceRewriter.cs#L255
Possible null reference return.
|
src/HotChocolate/Stitching/src/Stitching/Merge/TypeReferenceRewriter.cs#L281
Possible null reference argument for parameter 'schemaNames' in 'FieldDefinitionNode MergeSyntaxNodeExtensions.Rename(FieldDefinitionNode enumTypeDefinition, string newName, params string[] schemaNames)'.
|
src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMerger.cs#L143
Possible null reference argument for parameter 'document' in 'SchemaInfo.SchemaInfo(string name, DocumentNode document)'.
|
src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMerger.cs#L232
Possible null reference argument for parameter 'document' in 'DocumentNode? TypeReferenceRewriter.RewriteSchema(DocumentNode document, string schemaName)'.
|
.build/Build.Publish.cs#L19
The field 'Build.MyGetSource' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading