diff --git a/Api/Program.cs b/Api/Program.cs index 3e9e2b4..17c710b 100644 --- a/Api/Program.cs +++ b/Api/Program.cs @@ -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