Skip to content

Commit 726f05d

Browse files
authored
Enabled nullable reference types in the HotChocolate.Types project (#8413)
1 parent 87c992c commit 726f05d

File tree

554 files changed

+130
-993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+130
-993
lines changed

src/HotChocolate/Core/src/Types/AggregateSchemaDocumentFormatter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable enable
21
using HotChocolate.Language;
32

43
namespace HotChocolate;

src/HotChocolate/Core/src/Types/Configuration/AggregateTypeInterceptor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
using HotChocolate.Types.Descriptors;
66
using HotChocolate.Types.Descriptors.Configurations;
77

8-
#nullable enable
9-
108
namespace HotChocolate.Configuration;
119

1210
internal sealed class AggregateTypeInterceptor : TypeInterceptor

src/HotChocolate/Core/src/Types/Configuration/Contracts/ITypeCompletionContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using HotChocolate.Types;
44
using HotChocolate.Types.Descriptors;
55

6-
#nullable enable
7-
86
namespace HotChocolate.Configuration;
97

108
/// <summary>

src/HotChocolate/Core/src/Types/Configuration/Contracts/ITypeSystemObjectContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using HotChocolate.Types;
33
using HotChocolate.Types.Descriptors;
44

5-
#nullable enable
6-
75
namespace HotChocolate.Configuration;
86

97
/// <summary>

src/HotChocolate/Core/src/Types/Configuration/ExtendedTypeRefEqualityComparer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using HotChocolate.Types.Descriptors;
44
using HotChocolate.Utilities;
55

6-
#nullable enable
7-
86
namespace HotChocolate.Configuration;
97

108
internal sealed class ExtendedTypeRefEqualityComparer : IEqualityComparer<ExtendedTypeReference>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable enable
2-
31
namespace HotChocolate.Configuration;
42

53
internal readonly record struct ConventionKey(Type Convention, string? Scope);

src/HotChocolate/Core/src/Types/Configuration/Features/ConventionRegistration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable enable
2-
31
using HotChocolate.Types.Descriptors;
42

53
namespace HotChocolate.Configuration;

src/HotChocolate/Core/src/Types/Configuration/Features/ResolverFeature.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable enable
2-
31
using HotChocolate.Resolvers;
42

53
namespace HotChocolate.Configuration;

src/HotChocolate/Core/src/Types/Configuration/Features/RuntimeTypeBinding.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable enable
2-
31
using HotChocolate.Types;
42
using HotChocolate.Types.Descriptors;
53

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable enable
2-
31
namespace HotChocolate.Configuration;
42

53
public sealed record RuntimeTypeNameBinding(Type RuntimeType, string TypeName);

0 commit comments

Comments
 (0)