Ignore documentation warnings in new migration files

pull/3423/head
Patrick Barron 4 years ago
parent 12a900b8f6
commit 7f8f3e09e5

@ -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 System;
#pragma warning disable CS1591
#pragma warning disable SA1601
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Jellyfin.Server.Implementations.Migrations

Loading…
Cancel
Save