Skip to content

Commit

Permalink
explicit defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lsfera committed Jul 17, 2024
1 parent f0c4160 commit 8db4187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Publisher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
var resolver = new PublisherSetupOptionsBuilder()
.JsonContext(SourceGenerationContext.Default)
.NamingPolicy(new AttributeNamingPolicy())
.WithTable(builder => builder.UseDefaults())//default, but explicit
.Build();

do
Expand Down

0 comments on commit 8db4187

Please sign in to comment.