Skip to content

Bump Verify.XUnit from 22.11.5 to 23.0.0 #1103

Bump Verify.XUnit from 22.11.5 to 23.0.0

Bump Verify.XUnit from 22.11.5 to 23.0.0 #1103

Triggered via pull request January 17, 2024 18:18
Status Failure
Total duration 1m 18s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
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/
build: src/GraphQL.Server.SourceGenerators/TypeHelper.cs#L15
Possible null reference return.
build: src/GraphQL.Server.SourceGenerators/TypeDefinition.cs#L9
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ObjectMethodDefinition.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ObjectMethodDefinition.cs#L13
Non-nullable property 'ReturnType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ObjectMethodDefinition.cs#L15
Non-nullable property 'ClosestMatchingGraphQLTypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ObjectPropertyDefinition.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ObjectPropertyDefinition.cs#L7
Non-nullable property 'ReturnType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ObjectPropertyDefinition.cs#L9
Non-nullable property 'ClosestMatchingGraphQLTypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ParameterDefinition.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GraphQL.Server.SourceGenerators/ParameterDefinition.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.