We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6123345 commit 50e9337Copy full SHA for 50e9337
src/FluentCommand.Generators/DataReaderFactoryWriter.cs
@@ -11,9 +11,8 @@ public static string Generate(EntityClass entityClass)
11
12
var codeBuilder = new IndentedStringBuilder();
13
codeBuilder
14
- .AppendLine("// <auto-generated>")
15
- .AppendLine("// Generated by the FluentCommand source generator.")
16
- .AppendLine("// </auto-generated>")
+ .AppendLine("// <auto-generated />")
+ .AppendLine("#nullable enable")
17
.AppendLine()
18
.AppendLine("using global::FluentCommand.Extensions;")
19
.AppendLine();
0 commit comments