Skip to content

Commit

Permalink
namespace after usings in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Høyer authored and Henrik Høyer committed Mar 15, 2024
1 parent 1cac83f commit 636a16c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ static void Generate(SourceProductionContext context, ImmutableArray<List<JobMod

StringBuilder sb = new();

sb.Append("namespace ").Append(assemblyName).Append(@";
// <auto-generated/>
sb.Append(@"// <auto-generated/>
using Hangfire;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Builder;");

sb.Append("namespace ").Append(assemblyName).Append(@";
public static class RecurringJobRegistrationExtensions
{
Expand Down

0 comments on commit 636a16c

Please sign in to comment.