Disable global nullable.

This commit is contained in:
flash 2025-04-25 18:18:13 +00:00
commit f5c8f2ae1d
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
40 changed files with 209 additions and 200 deletions

View file

@ -1,4 +1,6 @@
using Fleck;
#nullable disable
using Fleck;
using System;
using System.Collections.Generic;
using System.IO;