Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Yamlify.SourceGenerator/YamlSourceGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ private static string GenerateContextSource(ContextToGenerate ctx, Compilation c
sb.AppendLine("// This file was generated by Yamlify.SourceGenerator.");
sb.AppendLine("// It is AOT-compatible and uses no reflection at runtime.");
sb.AppendLine("#nullable enable");
sb.AppendLine("#pragma warning disable");
sb.AppendLine();
sb.AppendLine("using System;");
sb.AppendLine("using System.Collections.Generic;");
Expand Down