瀏覽代碼

Fix build issues

Patrick Barron 5 年之前
父節點
當前提交
1e1386bbc6

+ 4 - 1
Jellyfin.Server.Implementations/Migrations/20200613155524_AddUsers.Designer.cs

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

+ 4 - 1
Jellyfin.Server.Implementations/Migrations/20200613155524_AddUsers.cs

@@ -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