Bump GraphQL.SystemTextJson from 8.7.0 to 8.8.0 (#307) #673
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/NotesMutation.cs#L11
Don't use obsolete 'Field' methods (https://graphql-dotnet.github.io/docs/analyzers/gql004)
|
|
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#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.
|