Bump System.IO.Pipelines, System.Text.Json and System.Threading.Tasks.Extensions #1526
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
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:
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:
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:
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.
|
build:
src/GraphQL.Language/Printer.cs#L61
Possible null reference argument for parameter 'obj' in 'void PrinterContext.Append(object obj)'.
|
build:
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:
tests/GraphQL.Language.Tests/PrinterFacts.cs#L15
Theory method 'Argument' on test class 'PrinterFacts' does not use parameter 'name'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
tests/GraphQL.Language.Tests/PrinterFacts.cs#L15
Theory method 'Argument' on test class 'PrinterFacts' does not use parameter 'valueType'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
tests/GraphQL.Language.Tests/PrinterFacts.cs#L60
Theory method 'Value_Int' on test class 'PrinterFacts' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
tests/GraphQL.Language.Tests/PrinterFacts.cs#L76
Theory method 'Value_Float' on test class 'PrinterFacts' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|