Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add nullable directive to entity files
Browse files Browse the repository at this point in the history
  • Loading branch information
s-e-f committed Aug 10, 2023
1 parent 9834118 commit 9b27c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Squeel/Generators/QueryAsyncGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ private static void Generate(SourceProductionContext context, EntityDescriptor e
context.AddSource($"{entity.Name}.g.cs", $$"""
{{GeneratedFileOptions.Header}}

#nullable enable

namespace System.Runtime.CompilerServices
{
#pragma warning disable CS9113
Expand Down

0 comments on commit 9b27c32

Please sign in to comment.