From c7797d3eadf00b2caf5839df08dfb0bff2acf700 Mon Sep 17 00:00:00 2001 From: cvium Date: Sun, 23 Oct 2022 18:54:43 +0200 Subject: [PATCH] fix build --- ...20221022080052_AddIndexActivityLogsDateCreated.Designer.cs | 4 +++- .../20221022080052_AddIndexActivityLogsDateCreated.cs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.Designer.cs b/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.Designer.cs index dcbe5a1fe2..03e3f3c921 100644 --- a/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.Designer.cs +++ b/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.Designer.cs @@ -1,4 +1,6 @@ -// +#pragma warning disable CS1591 + +// using System; using Jellyfin.Server.Implementations; using Microsoft.EntityFrameworkCore; diff --git a/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.cs b/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.cs index bf959d8efb..f09ad2709a 100644 --- a/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.cs +++ b/Jellyfin.Server.Implementations/Migrations/20221022080052_AddIndexActivityLogsDateCreated.cs @@ -1,4 +1,6 @@ -using Microsoft.EntityFrameworkCore.Migrations; +#pragma warning disable CS1591, SA1601 + +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable