Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prozolic committed Jan 10, 2025
1 parent 472529e commit 927f8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VariantEnum/Generator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static string Emit(VariantEnumContext context, string variantEnumName)
{
var ns = context.Symbol!.ContainingNamespace.IsGlobalNamespace ? string.Empty : $"namespace {context.Symbol!.ContainingNamespace};";
var code = @$"
// <auto-generated> This .cs file is generated by ValueEnum. </auto-generated>
// <auto-generated> This .cs file is generated by VariantEnum. </auto-generated>
#nullable enable
#pragma warning disable CS0219 // The variable 'variable' is assigned but its value is never used
#pragma warning disable CS8600 // Converting null literal or possible null value to non-nullable type.
Expand Down

0 comments on commit 927f8cf

Please sign in to comment.