Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ActivityScopes.cs #6635

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

gkfischer
Copy link
Contributor

add missing Option DataLoaderBatch to All

add missing Option DataLoaderBatch to All
@github-actions
Copy link

HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorTouchesTests.Create_Touches_Query [FAIL]

@github-actions
Copy link

[FAIL]

@github-actions
Copy link

HotChocolate.Subscriptions.Postgres.BackgroundTaskTests.RunContinuously_Should_WaitForASecond_When_HandlerThrowsException [FAIL]

@github-actions
Copy link

StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsTypeNameOnUnions.StarWarsTypeNameOnUnionsTest.Execute_StarWarsTypeNameOnUnions_Test [FAIL]
StrawberryShake.CodeGeneration.CSharp.Integration.UploadScalar.UploadScalarTest.Execute_InputNested_Argument [FAIL]
StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsGetFriends.StarWarsGetFriendsTest.Execute_StarWarsGetFriends_Test_403_And_Success_Content_2 [FAIL]

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (6965960) 78.98% compared to head (4f0873a) 78.21%.
Report is 46 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6635      +/-   ##
==========================================
- Coverage   78.98%   78.21%   -0.78%     
==========================================
  Files        2903     2935      +32     
  Lines      139771   141665    +1894     
==========================================
+ Hits       110397   110801     +404     
- Misses      29374    30864    +1490     
Flag Coverage Δ
unittests 78.21% <88.23%> (-0.78%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...e/src/CookieCrumble/Extensions/WriterExtensions.cs 100.00% <ø> (ø)
...CookieCrumble/src/CookieCrumble/TestEnvironment.cs 0.00% <ø> (ø)
...polloFederationRequestExecutorBuilderExtensions.cs 66.66% <100.00%> (ø)
...ensions/ApolloFederationSchemaBuilderExtensions.cs 86.66% <ø> (ø)
.../src/ApolloFederation/FederationTypeInterceptor.cs 100.00% <100.00%> (ø)
...ion/src/ApolloFederation/Helpers/ArgumentParser.cs 68.65% <100.00%> (+0.47%) ⬆️
...rc/AspNetCore.CommandLine/Command/ExportCommand.cs 100.00% <100.00%> (ø)
...rc/AspNetCore/Extensions/HttpResponseExtensions.cs 26.31% <ø> (+4.57%) ⬆️
...olate/AspNetCore/src/AspNetCore/HeaderUtilities.cs 80.85% <ø> (ø)
...ate/AspNetCore/src/AspNetCore/HttpGetMiddleware.cs 82.31% <ø> (ø)
... and 92 more

... and 342 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelstaib
Copy link
Member

Thank you for the fix

@michaelstaib michaelstaib merged commit 348e7e9 into ChilliCream:main Oct 26, 2023
3 checks passed
@github-actions
Copy link

HotChocolate.Types.BsonTypeTests.Input_Value_BsonDocument_As_Variable [FAIL]

@github-actions
Copy link

HotChocolate.AspNetCore.Authorization.AuthorizationHandlerTests.Authorize(authResult: PolicyNotFound) [FAIL]

@github-actions
Copy link

HotChocolate.Data.Filters.QueryableFilteringExtensionsTests.Test [FAIL]

@github-actions
Copy link

HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNoContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorExpressionTests.Create_CollectionLengthExpression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorInterfacesTests.Create_InterfaceStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorListTests.Create_ArrayAnyObjectStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectStringIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectEnumEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectEnumIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNoContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArraySomeStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectShortIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortIn_Expression [FAIL]

@github-actions
Copy link

HotChocolate.Data.Filters.QueryableFilterVisitorExpressionTests.Create_CollectionLengthExpression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArraySomeStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_ShortNotIn_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorInterfacesTests.Create_InterfaceStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorEnumTests.Create_EnumNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorStructTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorListTests.Create_ArrayAnyObjectStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectShortIn_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorStructTests.Create_ObjectNull [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNoContains_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorEnumTests.Create_EnumIn_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectStringIn_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorEnumTests.Create_EnumEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectEnumIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_ShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectNull [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortIn_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorEnumTests.Create_EnumNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectEnumEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_ShortNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNoContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_StringIdNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.Expressions.QueryableFilterVisitorObjectTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_StringIdNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_StringIdEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_ShortIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorIdTests.Create_StringIdIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThanOrEquals_Expression [FAIL]

@github-actions
Copy link

HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortLowerThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNotEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortGreaterThan_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNotIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorEnumTests.Create_EnumEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorEnumTests.Create_EnumNotEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorEnumTests.Create_EnumNotIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorEnumTests.Create_EnumIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorInterfacesTests.Create_InterfaceStringEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ObjectShortIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ObjectStringEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ObjectStringIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArraySomeStringEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ObjectEnumIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorObjectTests.Create_ObjectEnumEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringNoContains_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringContains_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_NullableStringStartsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_NullableStringNotStartsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringStartsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_NullableStringNoContains_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_NullableStringNotEndsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringNotIn_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_NullableStringEndsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringNotEqual_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringNotStartsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringEndsWith_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_NullableStringContains_Expression [FAIL]
HotChocolate.Data.QueryableFilterVisitorStringTests.Create_StringNotEndsWith_Expression [FAIL]

@github-actions
Copy link

HotChocolate.Data.UseDbContextTests.DbContext_ResolverExtension_Missing_DbContext [FAIL]

@github-actions
Copy link

HotChocolate.Data.Projections.QueryableProjectionSortingTests.Create_ListObjectDifferentLevelProjection_Nullable [FAIL]
HotChocolate.Data.Projections.QueryableProjectionSortingTests.Create_DeepFilterObjectTwoProjections_Nullable [FAIL]

@github-actions
Copy link

HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotLowerThanOrEquals [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_LowerThanOrEquals [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotLowerThan [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_LowerThan [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_In [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_GreaterThan [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotIn [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Nullable_Short_GreaterThan [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_GreaterThanOrEquals [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotGreaterThan [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotEqual [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_Equal [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringEndsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringStartsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringContains_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringNotEqual_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringIn_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_NullableStringNotContains_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_NullableStringContains_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringNotContains_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringEqual_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Neo4J.Filtering.Neo4JStringFilterTests.Create_StringNotIn_Expression [FAIL]

@github-actions
Copy link

HotChocolate.Fusion.DemoIntegrationTests.Authors_And_Reviews_Query_GetUserById_With_Invalid_Id_Value [FAIL]

@github-actions
Copy link

HotChocolate.AspNetCore.HttpGetSchemaMiddlewareTests.Download_GraphQL_Types_SDL_Type_Not_Found [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: null, transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "/", transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "application/json; charset=utf-8", transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "application/graphql-response+json; charset=utf-8", transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: null, transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "application/", transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "application/
", transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "application/graphql-response+json; charset=utf-8", transportVersion: Legacy, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "application/json; charset=utf-8", transportVersion: Latest, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError(acceptHeader: "/", transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.UnsupportedAcceptHeaderValue [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.UnsupportedApplicationAcceptHeaderValue [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "application/", transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "application/graphql-response+json; charset=utf-8", transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: null, transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "application/json; charset=utf-8", transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "
/", transportVersion: Latest, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "application/json; charset=utf-8", transportVersion: Latest, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: null, transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "
/", transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "application/graphql-response+json; charset=utf-8", transportVersion: Legacy, expectedStatusCode: BadRequest, expectedContentType: "application/graphql-response+json; charset=utf-8") [FAIL]
HotChocolate.AspNetCore.GraphQLOverHttpSpecTests.ValidationError2(acceptHeader: "application/
", transportVersion: Legacy, expectedStatusCode: OK, expectedContentType: "application/json; charset=utf-8") [FAIL]

@github-actions
Copy link

HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableLowerThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortGreaterThan_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorEnumTests.Create_EnumNotEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorInterfacesTests.Create_InterfaceStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArraySomeStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectEnumIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectStringIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectShortIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectEnumEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorObjectTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNoContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNotStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNoContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringEqual_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringContains_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotEndsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotIn_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringStartsWith_Expression [FAIL]
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_StringNotEqual_Expression [FAIL]

@github-actions
Copy link

HotChocolate.Types.Relay.NodeFieldSupportTests.Node_Resolve_Implicit_Custom_IdField [FAIL]
HotChocolate.Types.Relay.IdAttributeTests.Id_On_Objects_InvalidId [FAIL]
HotChocolate.Types.Relay.IdAttributeTests.Id_On_Objects_InvalidType [FAIL]

@github-actions
Copy link

HotChocolate.Data.Raven.QueryableProjectionSortingTests.Create_DeepFilterObjectTwoProjections_Nullable [FAIL]
HotChocolate.Data.Raven.QueryableProjectionSortingTests.Create_ListObjectDifferentLevelProjection_Nullable [FAIL]
HotChocolate.Data.Raven.QueryableProjectionVisitorExecutableTests.Create_ProjectsOneProperty_WithResolver [FAIL]

@github-actions
Copy link

HotChocolate.Types.Spatial.GeoJsonMultiLineStringTypeTests.MultiLineString_Execution_With_Fragments [FAIL]
HotChocolate.Types.Spatial.GeoJsonPolygonInputTests.Execution_Tests [FAIL]
HotChocolate.Types.Spatial.TransformationIntegrationTests.Execute_InputUnknownCRS_RaiseException [FAIL]
HotChocolate.Types.Spatial.TransformationIntegrationTests.Execute_OutputUnknownCRS_RaiseException [FAIL]
HotChocolate.Types.Spatial.GeoJsonPointTypeTests.Point_Execution_With_Fragments [FAIL]
HotChocolate.Types.Spatial.GeoJsonMultiPolygonTypeTests.MultiPolygon_Execution_With_Fragments [FAIL]
HotChocolate.Types.Spatial.GeoJsonLineStringTypeTests.LineString_Execution_With_Fragments [FAIL]
HotChocolate.Types.Spatial.GeoJsonMultiPointTypeTests.MultiPoint_Execution_With_Fragments [FAIL]
HotChocolate.Types.Spatial.GeoJsonPolygonTypeTests.Polygon_Execution_With_Fragments [FAIL]

@github-actions
Copy link

HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectStringIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_NullableStringStartsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorEnumTests.Create_EnumNotEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorEnumTests.Create_EnumNotIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringNotEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectShortIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorEnumTests.Create_EnumEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringContains_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorEnumTests.Create_EnumIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringEndsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_NullableStringContains_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableNotGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectEnumIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_NullableStringNotEndsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringStartsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_NullableStringNotStartsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNotEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectEnumEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringNotEndsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNotEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ArrayObjectNestedArraySomeStringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringNotIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectStringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNotIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableNotLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableNotGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_NullableStringNoContains_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_NullableStringEndsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNotGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNotGreaterThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringNoContains_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorStringTests.Create_StringNotStartsWith_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNotIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableLowerThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNotLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectIdTests.Create_ObjectIdNotGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortEqual_Expression_DateTime [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNotLowerThan_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorComparableTests.Create_ShortIn_Expression [FAIL]

@github-actions
Copy link

StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsTypeNameOnInterfaces.StarWarsTypeNameOnInterfacesTest.Execute_StarWarsTypeNameOnInterfaces_Test [FAIL]
StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsIntrospection.StarWarsIntrospectionTest.Execute_StarWarsIntrospection_Test [FAIL]
StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsUnionList.StarWarsUnionListTest.Execute_StarWarsUnionList_Test [FAIL]
StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.AnyScalarDefaultSerializationTest.Execute_AnyScalarDefaultSerialization_Test [FAIL]

@github-actions
Copy link

HotChocolate.Execution.MiddlewareContextTests.AccessVariables_Fails_When_Variable_Not_Exists [FAIL]
HotChocolate.Execution.IntrospectionTests.DefaultValueIsInputObject [FAIL]
HotChocolate.Execution.IntrospectionTests.ExecuteGraphiQLIntrospectionQuery_ToJson [FAIL]
HotChocolate.Execution.IntrospectionTests.ExecuteGraphiQLIntrospectionQuery [FAIL]
HotChocolate.Execution.IntrospectionTests.DirectiveIntrospection_AllDirectives_Public [FAIL]
HotChocolate.Execution.IntrospectionTests.DirectiveIntrospection_SomeDirectives_Internal [FAIL]
HotChocolate.Execution.Integration.StarWarsCodeFirst.StarWarsCodeFirstTests.Depth_Analysis_Overrides_Are_Not_Cached [FAIL]
HotChocolate.Execution.Integration.DataLoader.DataLoaderTests.ClassDataLoader_Resolve_From_DependencyInjection [FAIL]

renovate bot referenced this pull request in apollographql/subgraph-csharp-hotchocolate-annotation Oct 27, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [HotChocolate.AspNetCore](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore.CommandLine](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ChilliCream/graphql-platform
(HotChocolate.AspNetCore)</summary>

###
[`v13.6.1`](https://github.com/ChilliCream/graphql-platform/releases/tag/13.6.1)

[Compare
Source](https://github.com/ChilliCream/graphql-platform/compare/13.6.0...13.6.1)

##### What's Changed

- Improve allocations from `JsonResultFormatter` by
[@&#8203;PascalSenn](https://github.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6636](https://github.com/ChilliCream/graphql-platform/pull/6636)
- Update ActivityScopes.cs by
[@&#8203;gkfischer](https://github.com/gkfischer) in
[https://github.com/ChilliCream/graphql-platform/pull/6635](https://github.com/ChilliCream/graphql-platform/pull/6635)

**Full Changelog**:
ChilliCream/graphql-platform@13.6.0...13.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in orso-co/Orso.Arpa.Api Oct 30, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [HotChocolate.Abstractions](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Abstractions/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Abstractions/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Abstractions/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Abstractions/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore.Authorization](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.Authorization/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.Authorization/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.Authorization/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.Authorization/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.Data](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Data/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Data/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Data/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Data/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.Data.EntityFramework](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Data.EntityFramework/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Data.EntityFramework/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Data.EntityFramework/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Data.EntityFramework/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.Types](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Types/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Types/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Types/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Types/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ChilliCream/graphql-platform
(HotChocolate.Abstractions)</summary>

###
[`v13.6.1`](https://github.com/ChilliCream/graphql-platform/releases/tag/13.6.1)

[Compare
Source](https://github.com/ChilliCream/graphql-platform/compare/13.6.0...13.6.1)

##### What's Changed

- Improve allocations from `JsonResultFormatter` by
[@&#8203;PascalSenn](https://github.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6636](https://github.com/ChilliCream/graphql-platform/pull/6636)
- Update ActivityScopes.cs by
[@&#8203;gkfischer](https://github.com/gkfischer) in
[https://github.com/ChilliCream/graphql-platform/pull/6635](https://github.com/ChilliCream/graphql-platform/pull/6635)

**Full Changelog**:
ChilliCream/graphql-platform@13.6.0...13.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dariuszkuc referenced this pull request in apollographql/federation-hotchocolate Oct 30, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [HotChocolate](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore.CommandLine](https://chillicream.com/)
([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0`
-> `13.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ChilliCream/graphql-platform (HotChocolate)</summary>

###
[`v13.6.1`](https://github.com/ChilliCream/graphql-platform/releases/tag/13.6.1)

[Compare
Source](https://github.com/ChilliCream/graphql-platform/compare/13.6.0...13.6.1)

##### What's Changed

- Improve allocations from `JsonResultFormatter` by
[@&#8203;PascalSenn](https://github.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6636](https://github.com/ChilliCream/graphql-platform/pull/6636)
- Update ActivityScopes.cs by
[@&#8203;gkfischer](https://github.com/gkfischer) in
[https://github.com/ChilliCream/graphql-platform/pull/6635](https://github.com/ChilliCream/graphql-platform/pull/6635)

**Full Changelog**:
ChilliCream/graphql-platform@13.6.0...13.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/federation-hotchocolate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants