Fixed build issue that prevented the FSharp package from being build. #346
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/SymbolicName.cs#L30
Cannot convert null literal to non-nullable reference type.
|
src/HotChocolate/Neo4J/src/Data/Language/StatementBuilder.cs#L55
Possible null reference argument for parameter 'returnItems' in 'ExpressionList.ExpressionList(params Expression[] returnItems)'.
|
src/HotChocolate/Neo4J/src/Data/Language/Relationship.cs#L55
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