Pruned Package References #350
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/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/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/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.
|
src/HotChocolate/Neo4J/src/Data/Language/Expressions.cs#L21
Nullability of reference types in value of type 'SymbolicName?[]' doesn't match target type 'Expression[]'.
|
src/HotChocolate/Neo4J/src/Data/Language/ListComprehension.cs#L92
Non-nullable field '_listExpression' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
.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