Fixed typo in docs - projections.md #199
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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/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/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/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/Analyzers/src/Analyzers/Neo4JSourceGenerator.TypeInitialization.cs#L22
Nullability of reference types in type of parameter 'sender' of 'Assembly? Neo4JSourceGenerator.CurrentDomainOnAssemblyResolve(object sender, ResolveEventArgs args)' doesn't match the target delegate 'ResolveEventHandler' (possibly because of nullability attributes).
|
src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.TypeInitialization.cs#L22
Nullability of reference types in type of parameter 'sender' of 'Assembly? Neo4JSourceGenerator.CurrentDomainOnAssemblyResolve(object sender, ResolveEventArgs args)' doesn't match the target delegate 'ResolveEventHandler' (possibly because of nullability attributes).
|
src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionFieldHandler.cs#L67
Possible null reference argument for parameter 'item' in 'void Queue<object>.Enqueue(object item)'.
|
src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionFieldHandler.cs#L71
Possible null reference argument for parameter 'item' in 'void ListExtensions.Push<object>(IList<object> list, object item)'.
|
src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.cs#L77
Possible null reference argument for parameter 'item' in 'bool HashSet<AliasedExpression>.Contains(AliasedExpression item)'.
|
src/HotChocolate/Neo4J/src/Data/Language/Expressions.cs#L14
Possible null reference return.
|
.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