Add pragma warning disabled to migrations
This commit is contained in:
parent
cd328a0be3
commit
725acb528a
|
@ -1,4 +1,6 @@
|
|||
// <auto-generated />
|
||||
#pragma warning disable CS1591
|
||||
|
||||
// <auto-generated />
|
||||
using System;
|
||||
using Jellyfin.Server.Implementations;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable SA1601
|
||||
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace Jellyfin.Server.Implementations.Migrations
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user