Skip to content

Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFramewo… #620

Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFramewo…

Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFramewo… #620

Triggered via push September 15, 2025 01:31
Status Success
Total duration 39s
Artifacts

build.yml

on: push
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/NotesMutation.cs#L11
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.