Skip to content

build(deps): Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0 #536

build(deps): Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0

build(deps): Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0 #536

Triggered via pull request November 18, 2024 01:09
Status Success
Total duration 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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#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#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#L17
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/NotesMutation.cs#L19
Possible null reference argument for parameter 'provider' in 'NotesContext ServiceProviderServiceExtensions.GetRequiredService<NotesContext>(IServiceProvider provider)'.
build: GraphQLNetExample/Notes/NotesQuery.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/NotesMutation.cs#L11
Don't use obsolete 'Field' methods (https://graphql-dotnet.github.io/docs/analyzers/gql004)
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.