Enable nullable for interface

This commit is contained in:
David Ullmer
2020-08-31 16:35:37 +02:00
parent b7c07f6821
commit 2a84d5a693
2 changed files with 3 additions and 1 deletions

View File

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