Skip to content

Commit

Permalink
Supress useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RieBi committed Jul 27, 2024
1 parent 2529123 commit b15042d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@

await app.RunAsync();

#pragma warning disable S1118 // Utility classes should not have public constructors
public partial class Program { }
#pragma warning restore S1118 // Utility classes should not have public constructors

0 comments on commit b15042d

Please sign in to comment.