Skip to content

Commit 50e9337

Browse files
committed
Update DataReaderFactoryWriter.cs
1 parent 6123345 commit 50e9337

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/FluentCommand.Generators/DataReaderFactoryWriter.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ public static string Generate(EntityClass entityClass)
1111

1212
var codeBuilder = new IndentedStringBuilder();
1313
codeBuilder
14-
.AppendLine("// <auto-generated>")
15-
.AppendLine("// Generated by the FluentCommand source generator.")
16-
.AppendLine("// </auto-generated>")
14+
.AppendLine("// <auto-generated />")
15+
.AppendLine("#nullable enable")
1716
.AppendLine()
1817
.AppendLine("using global::FluentCommand.Extensions;")
1918
.AppendLine();

0 commit comments

Comments
 (0)