Add pragmas to DisplayPreferences migration files

This commit is contained in:
Patrick Barron 2020-07-17 20:01:17 -04:00
parent 27eefd49f1
commit 1ac1186312
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,6 @@
// <auto-generated /> #pragma warning disable CS1591
// <auto-generated />
using System; using System;
using Jellyfin.Server.Implementations; using Jellyfin.Server.Implementations;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;

View file

@ -1,4 +1,7 @@
using System; #pragma warning disable CS1591
#pragma warning disable SA1601
using System;
using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Migrations;
namespace Jellyfin.Server.Implementations.Migrations namespace Jellyfin.Server.Implementations.Migrations