server: Rewrite the WebSocket procol handling #1186
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, codecov/codecov-action@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@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 packages:
src/GraphQL.Language/Extensions/ReadOnlyListExtensions.cs#L59
Type parameter 'T' has the same name as the type parameter from outer method 'ReadOnlyListExtensions.Join<T, TKey>(IReadOnlyList<T>?, IReadOnlyList<T>?, Func<T, TKey>, Func<T, T, T>)'
|
Build packages:
src/GraphQL.Language/Extensions/ReadOnlyListExtensions.cs#L65
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Build packages:
src/GraphQL.Language/Extensions/ReadOnlyListExtensions.cs#L66
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Build packages:
src/GraphQL.Language/Extensions/TypeSystemDocumentExtensions.cs#L38
Possible null reference argument for parameter 'source' in 'List<SchemaDefinition> Enumerable.ToList<SchemaDefinition>(IEnumerable<SchemaDefinition> source)'.
|
Build packages:
src/GraphQL.Language/Extensions/TypeSystemDocumentExtensions.cs#L41
Possible null reference argument for parameter 'source' in 'List<TypeDefinition> Enumerable.ToList<TypeDefinition>(IEnumerable<TypeDefinition> source)'.
|
Build packages:
src/GraphQL.Language/Extensions/TypeSystemDocumentExtensions.cs#L44
Possible null reference argument for parameter 'source' in 'List<DirectiveDefinition> Enumerable.ToList<DirectiveDefinition>(IEnumerable<DirectiveDefinition> source)'.
|
Build packages:
src/GraphQL.Language/Extensions/TypeSystemDocumentExtensions.cs#L47
Possible null reference argument for parameter 'source' in 'List<SchemaExtension> Enumerable.ToList<SchemaExtension>(IEnumerable<SchemaExtension> source)'.
|
Build packages:
src/GraphQL.Language/Extensions/TypeSystemDocumentExtensions.cs#L50
Possible null reference argument for parameter 'source' in 'List<TypeExtension> Enumerable.ToList<TypeExtension>(IEnumerable<TypeExtension> source)'.
|
Build packages:
src/GraphQL.Language/Extensions/TypeSystemDocumentExtensions.cs#L53
Possible null reference argument for parameter 'source' in 'List<Import> Enumerable.ToList<Import>(IEnumerable<Import> source)'.
|
Build packages:
src/GraphQL.Server.SourceGenerators/InputTypeParser.cs#L12
Parameter 'GeneratorAttributeSyntaxContext context' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
The logs for this run have expired and are no longer available.
Loading