Enable project-wide nullable reference types

Added DB migration for nullable types.
This commit is contained in:
Michael Bucari-Tovo
2026-02-05 12:43:05 -07:00
parent f15e073204
commit d67692355f
269 changed files with 13854 additions and 12291 deletions

View File

@@ -7,7 +7,6 @@ using System.Drawing;
using System.Linq;
using System.Windows.Forms;
#nullable enable
namespace LibationWinForms.ProcessQueue;
internal partial class ProcessQueueControl : UserControl