abstract: enable nullable annotations in legacy files

This commit is contained in:
Paul Schneider 2026-09-06 15:50:40 +01:00
commit a987116eb5
22 changed files with 48 additions and 4 deletions

View file

@ -1,4 +1,6 @@
using System.Text;
#nullable enable annotations
using System.Text;
using Yavsc.ViewModels.UserFiles;
namespace Yavsc.Server.Helpers

View file

@ -1,3 +1,5 @@
#nullable enable annotations
namespace Yavsc.Abstract.Helpers
{
public enum ErrorCode {

View file

@ -1,3 +1,5 @@
#nullable enable annotations
using Yavsc.Server.Helpers;
namespace Yavsc.ViewModels.UserFiles