Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia

This commit is contained in:
Bond_009
2020-04-05 21:19:04 +02:00
parent 29539174a3
commit 2fcbc2a5b8
10 changed files with 45 additions and 50 deletions

View File

@@ -1,3 +1,4 @@
#nullable enable
#pragma warning disable CS1591
using System.Collections.Generic;