Skip to content

Bump GraphQL.Server.Ui.Altair from 8.3.0 to 8.3.1 #628

Bump GraphQL.Server.Ui.Altair from 8.3.0 to 8.3.1

Bump GraphQL.Server.Ui.Altair from 8.3.0 to 8.3.1 #628

Triggered via pull request September 29, 2025 01:03
Status Success
Total duration 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: GraphQLNetExample/Notes/Note.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GraphQLNetExample/Notes/NotesQuery.cs#L15
Don't use obsolete 'Field' methods (https://graphql-dotnet.github.io/docs/analyzers/gql004)
build: GraphQLNetExample/Notes/NotesQuery.cs#L11
Don't use obsolete 'Field' methods (https://graphql-dotnet.github.io/docs/analyzers/gql004)
build: GraphQLNetExample/Notes/NotesMutation.cs#L11
Don't use obsolete 'Field' methods (https://graphql-dotnet.github.io/docs/analyzers/gql004)
build: GraphQLNetExample/Notes/NotesMutation.cs#L19
Possible null reference argument for parameter 'provider' in 'NotesContext ServiceProviderServiceExtensions.GetRequiredService<NotesContext>(IServiceProvider provider)'.
build: GraphQLNetExample/Notes/NotesMutation.cs#L11
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method will be removed in v9.'
build: GraphQLNetExample/Notes/NotesQuery.cs#L17
Possible null reference argument for parameter 'provider' in 'NotesContext ServiceProviderServiceExtensions.GetRequiredService<NotesContext>(IServiceProvider provider)'.
build: GraphQLNetExample/Notes/NotesQuery.cs#L15
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method will be removed in v9.'
build: GraphQLNetExample/Notes/NotesQuery.cs#L11
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method will be removed in v9.'
build: GraphQLNetExample/Notes/Note.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.