Skip to content

Fixed issue with abstract types in operation compiler. (#7321) #237

Fixed issue with abstract types in operation compiler. (#7321)

Fixed issue with abstract types in operation compiler. (#7321) #237

Triggered via push August 1, 2024 20:11
Status Failure
Total duration 2m 32s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
release
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/Processing/OperationCompiler.cs(659,13): error CS8604: Possible null reference argument for parameter 'selectionSet' in 'int OperationCompiler.GetOrCreateSelectionSetRefId(SelectionSetNode selectionSet, string selectionSetTypeName, SelectionPath path)'. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/HotChocolate.Execution.csproj::TargetFramework=net7.0]
release
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/Processing/OperationCompiler.cs(659,13): error CS8604: Possible null reference argument for parameter 'selectionSet' in 'int OperationCompiler.GetOrCreateSelectionSetRefId(SelectionSetNode selectionSet, string selectionSetTypeName, SelectionPath path)'. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/HotChocolate.Execution.csproj::TargetFramework=net8.0]
release
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/Processing/OperationCompiler.cs(659,13): error CS8604: Possible null reference argument for parameter 'selectionSet' in 'int OperationCompiler.GetOrCreateSelectionSetRefId(SelectionSetNode selectionSet, string selectionSetTypeName, SelectionPath path)'. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/HotChocolate.Execution.csproj::TargetFramework=net6.0]
release
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/Processing/OperationCompiler.cs(659,13): error CS8604: Possible null reference argument for parameter 'selectionSet' in 'int OperationCompiler.GetOrCreateSelectionSetRefId(SelectionSetNode selectionSet, string selectionSetTypeName, SelectionPath path)'. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/HotChocolate.Execution.csproj::TargetFramework=net7.0]
release
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/Processing/OperationCompiler.cs(659,13): error CS8604: Possible null reference argument for parameter 'selectionSet' in 'int OperationCompiler.GetOrCreateSelectionSetRefId(SelectionSetNode selectionSet, string selectionSetTypeName, SelectionPath path)'. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/HotChocolate.Execution.csproj::TargetFramework=net8.0]
release
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/Processing/OperationCompiler.cs(659,13): error CS8604: Possible null reference argument for parameter 'selectionSet' in 'int OperationCompiler.GetOrCreateSelectionSetRefId(SelectionSetNode selectionSet, string selectionSetTypeName, SelectionPath path)'. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Core/src/Execution/HotChocolate.Execution.csproj::TargetFramework=net6.0]
release
Target "PackLocal" has thrown an exception
release
Process completed with exit code 255.
release: .build/Build.Publish.cs#L19
The field 'Build.MyGetSource' is assigned but its value is never used