Bump System.Memory from 4.5.5 to 4.6.0 #1505
Annotations
10 errors and 11 warnings
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L28
The type or namespace name 'ObjectTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L28
The type or namespace name 'ObjectType' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L69
The type or namespace name 'ObjectTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L69
The type or namespace name 'ObjectType' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L90
The type or namespace name 'ObjectTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L90
The type or namespace name 'ObjectType' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L76
The type or namespace name 'InterfaceTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L76
The type or namespace name 'InterfaceType' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L82
The type or namespace name 'ObjectTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/GraphQL.Samples.SG.Subscription/Program.cs#L82
The type or namespace name 'ObjectType' could not be found (are you missing a using directive or an assembly reference?)
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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:
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#L92
Theory method 'Value_String' 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)
|
build:
tests/GraphQL.Language.Tests/PrinterFacts.cs#L114
Theory method 'Value_BlockString' 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)
|