server: enable nullable annotations in legacy files

This commit is contained in:
Paul Schneider 2026-09-06 16:11:37 +01:00
commit 0ba44c21e7
55 changed files with 110 additions and 0 deletions

2
src/Yavsc.Server/ViewModels/Account/SignInModel.cs Executable file → Normal file
View file

@ -1,3 +1,5 @@
#nullable enable annotations
using System.ComponentModel.DataAnnotations;
namespace Yavsc.ViewModels.Account